Home
last modified time | relevance | path

Searched refs:pHWProfileInfo (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/setupapi/
H A Dcfgmgr.c4964 _Out_ PHWPROFILEINFO_A pHWProfileInfo, in CM_Get_Hardware_Profile_InfoA() argument
4968 ulIndex, pHWProfileInfo, ulFlags); in CM_Get_Hardware_Profile_InfoA()
4970 return CM_Get_Hardware_Profile_Info_ExA(ulIndex, pHWProfileInfo, in CM_Get_Hardware_Profile_InfoA()
4982 _Out_ PHWPROFILEINFO_W pHWProfileInfo, in CM_Get_Hardware_Profile_InfoW() argument
4986 ulIndex, pHWProfileInfo, ulFlags); in CM_Get_Hardware_Profile_InfoW()
5000 _Out_ PHWPROFILEINFO_A pHWProfileInfo, in CM_Get_Hardware_Profile_Info_ExA() argument
5008 ulIndex, pHWProfileInfo, ulFlags, hMachine); in CM_Get_Hardware_Profile_Info_ExA()
5010 if (pHWProfileInfo == NULL) in CM_Get_Hardware_Profile_Info_ExA()
5042 _Out_ PHWPROFILEINFO_W pHWProfileInfo, in CM_Get_Hardware_Profile_Info_ExW() argument
5050 ulIndex, pHWProfileInfo, ulFlags, hMachine); in CM_Get_Hardware_Profile_Info_ExW()
[all …]
/reactos/base/services/umpnpmgr/
H A Drpcserver.c4032 HWPROFILEINFO *pHWProfileInfo, in PNP_GetHwProfInfo() argument
4062 pHWProfileInfo->HWPI_ulHWProfile = 0; in PNP_GetHwProfInfo()
4063 pHWProfileInfo->HWPI_szFriendlyName[0] = 0; in PNP_GetHwProfInfo()
4064 pHWProfileInfo->HWPI_dwFlags = 0; in PNP_GetHwProfInfo()
4105 (LPBYTE)&pHWProfileInfo->HWPI_ulHWProfile, in PNP_GetHwProfInfo()
4109 pHWProfileInfo->HWPI_ulHWProfile = 0; in PNP_GetHwProfInfo()
4121 swprintf(szProfileName, L"%04lu", pHWProfileInfo->HWPI_ulHWProfile); in PNP_GetHwProfInfo()
4134 dwSize = sizeof(pHWProfileInfo->HWPI_szFriendlyName); in PNP_GetHwProfInfo()
4139 (LPBYTE)&pHWProfileInfo->HWPI_szFriendlyName, in PNP_GetHwProfInfo()
/reactos/sdk/include/psdk/
H A Dcfgmgr32.h1862 _Out_ PHWPROFILEINFO_A pHWProfileInfo,
1870 _Out_ PHWPROFILEINFO_A pHWProfileInfo,
1879 _Out_ PHWPROFILEINFO_W pHWProfileInfo,
1887 _Out_ PHWPROFILEINFO_W pHWProfileInfo,
/reactos/sdk/include/reactos/idl/
H A Dpnp.idl674 [in, out, ref] HWPROFILEINFO *pHWProfileInfo,