Searched defs:ppInf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp2904 static void GetDevIdentifier(PKEY_VALUE_FULL_INFORMATION *ppInf, PUNICODE_STRING pStr) argument
2906 pStr->Length = (USHORT)(*(ppInf + IoQueryDeviceIdentifier))->DataLength;
2910 pStr->Buffer = (PWSTR) (((PUCHAR)(*(ppInf + IoQueryDeviceIdentifier)))
2911 + (*(ppInf + IoQueryDeviceIdentifier))->DataOffset);
2914 static ULONG GetDevCfgData(PKEY_VALUE_FULL_INFORMATION *ppInf, PCM_PARTIAL_RESOURCE_LIST *ppData) argument
2916 ULONG DataLength = (*(ppInf + IoQueryDeviceConfigurationData))->DataLength;
2918 *ppData = (PCM_PARTIAL_RESOURCE_LIST)( ((PUCHAR) (*(ppInf + IoQueryDeviceConfigurationData)))
2919 + (*(ppInf + IoQueryDeviceConfigurationData))->DataOffset

Completed in 490 milliseconds