Index: include/psdk/cfgmgr32.h =================================================================== --- include/psdk/cfgmgr32.h (版本 60749) +++ include/psdk/cfgmgr32.h (工作副本) @@ -2232,7 +2232,7 @@ CM_Set_Class_Registry_PropertyW( _In_ LPGUID ClassGuid, _In_ ULONG ulProperty, - _In_reads_bytes_opt_(ulLength) PCVOID Buffer, + _In_reads_bytes_opt_(ulLength) PVOID Buffer, _In_ ULONG ulLength, _In_ ULONG ulFlags, _In_opt_ HMACHINE hMachine); @@ -2255,7 +2255,7 @@ CM_Set_Class_Registry_PropertyA( _In_ LPGUID ClassGuid, _In_ ULONG ulProperty, - _In_reads_bytes_opt_(ulLength) PCVOID Buffer, + _In_reads_bytes_opt_(ulLength) PVOID Buffer, _In_ ULONG ulLength, _In_ ULONG ulFlags, _In_opt_ HMACHINE hMachine);