Home
last modified time | relevance | path

Searched refs:InformationLevel (Results 1 – 13 of 13) sorted by relevance

/reactos/sdk/include/ddk/
H A Dhubbusif.h684 ULONG InformationLevel; member
689 ULONG InformationLevel; member
705 ULONG InformationLevel; member
712 ULONG InformationLevel; member
730 ULONG InformationLevel; member
736 ULONG InformationLevel; member
H A Dntpoapi.h236 _In_ POWER_INFORMATION_LEVEL InformationLevel,
/reactos/sdk/include/psdk/
H A Dbatclass.h110 BATTERY_QUERY_INFORMATION_LEVEL InformationLevel; member
141 BATTERY_SET_INFORMATION_LEVEL InformationLevel; member
H A Drpcndr.h514 ULONG InformationLevel; member
780 …NdrGetUserMarshalInfo( ULONG *pFlags, ULONG InformationLevel, NDR_USER_MARSHAL_INFO *pMarshalInfo …
/reactos/sdk/include/ndk/
H A Dpofuncs.h129 _In_ POWER_INFORMATION_LEVEL InformationLevel,
/reactos/drivers/battery/battc/
H A Dbattc.c341 BattQueryInfo->InformationLevel, in BatteryClassIoctl()
364 BattSetInfo->InformationLevel, in BatteryClassIoctl()
/reactos/drivers/usb/usbport/
H A Diface.c189 if (DeviceInfo->InformationLevel > 0) in USBHI_QueryDeviceInformation()
227 DeviceInfo->InformationLevel = 0; in USBHI_QueryDeviceInformation()
339 if (InfoBuffer->InformationLevel > 0) in USBHI_GetControllerInformation()
/reactos/modules/rostests/winetests/rpcrt4/
H A Dgenerated.c716 TEST_FIELD_SIZE (NDR_USER_MARSHAL_INFO, InformationLevel, 4) in test_pack_NDR_USER_MARSHAL_INFO()
717 TEST_FIELD_ALIGN (NDR_USER_MARSHAL_INFO, InformationLevel, 4) in test_pack_NDR_USER_MARSHAL_INFO()
718 TEST_FIELD_OFFSET(NDR_USER_MARSHAL_INFO, InformationLevel, 0) in test_pack_NDR_USER_MARSHAL_INFO()
1565 TEST_FIELD_SIZE (NDR_USER_MARSHAL_INFO, InformationLevel, 4) in test_pack_NDR_USER_MARSHAL_INFO()
1566 TEST_FIELD_ALIGN (NDR_USER_MARSHAL_INFO, InformationLevel, 4) in test_pack_NDR_USER_MARSHAL_INFO()
1567 TEST_FIELD_OFFSET(NDR_USER_MARSHAL_INFO, InformationLevel, 0) in test_pack_NDR_USER_MARSHAL_INFO()
H A Dndr_marshall.c2763 ok( umi.InformationLevel == 1, in test_NdrGetUserMarshalInfo()
2765 umi.InformationLevel); in test_NdrGetUserMarshalInfo()
2797 ok( umi.InformationLevel == 1, in test_NdrGetUserMarshalInfo()
2799 umi.InformationLevel); in test_NdrGetUserMarshalInfo()
2831 ok( umi.InformationLevel == 1, in test_NdrGetUserMarshalInfo()
2833 umi.InformationLevel); in test_NdrGetUserMarshalInfo()
2865 ok( umi.InformationLevel == 1, in test_NdrGetUserMarshalInfo()
2867 umi.InformationLevel); in test_NdrGetUserMarshalInfo()
/reactos/drivers/bus/acpi/compbatt/
H A Dcompbatt.c1181 InputBuffer.InformationLevel = BatteryInformation; in CompBattGetBatteryInformation()
1341 InputBuffer.InformationLevel = BatteryGranularityInformation; in CompBattGetBatteryGranularity()
1436 QueryInformation.InformationLevel = BatteryEstimatedTime; in CompBattCalculateAtRateTime()
1591 QueryInformation.InformationLevel = BatteryEstimatedTime; in CompBattGetEstimatedTime()
/reactos/dll/win32/powrprof/
H A Dpowrprof.c59 CallNtPowerInformation(POWER_INFORMATION_LEVEL InformationLevel, in CallNtPowerInformation() argument
71 return NtPowerInformation(InformationLevel, in CallNtPowerInformation()
/reactos/drivers/usb/usbhub/
H A Dusbhub.c646 DeviceInfo->InformationLevel = 0; in USBH_GetDeviceType()
2679 DeviceInfo->InformationLevel = 0; in USBD_GetDeviceInformationEx()
/reactos/dll/win32/rpcrt4/
H A Dndr_marshall.c4621 umi->InformationLevel = level; in NdrGetUserMarshalInfo()