64 result = (*gpfNP_RegisterWindowHandle)( hWnd );
75 result = (*gpfNP_UnregisterWindowHandle)();
86 result = (*gpfNP_RegisterProgramProfileID)( wPPID );
97 result = (*gpfNP_QueryVersion)( pwVersion );
108 result = (*gpfNP_RequestData)( wDataReq );
118 result = (*gpfNP_GetSignature)( pSignature );
129 result = (*gpfNP_GetData)( pTID );
140 result = (*gpfNP_StartCursor)();
151 result = (*gpfNP_StopCursor)();
162 result = (*gpfNP_ReCenter)();
173 result = (*gpfNP_StartDataTransmission)();
184 result = (*gpfNP_StopDataTransmission)();
197 Text csNPClientDLLFullPath;
199 if (csDLLPath && *csDLLPath)
200 csNPClientDLLFullPath =
Text(csDLLPath) +
"\\";
201 csNPClientDLLFullPath +=
"NPClient.dll";
212 strcpy_s(verifySignature.
DllSignature,
"precise head tracking\n put your head into the game\n now go look around\n\n Copyright EyeControl Technologies");
213 strcpy_s(verifySignature.
AppSignature,
"hardware camera\n software processing data\n track user movement\n\n Copyright EyeControl Technologies");
216 if( vresult ==
NP_OK )