Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a pointer to the property referenced by the specified property identifier.
HRESULT GetProperty (
    [in]      DWORD    PropertyId,
    [out]     LPVOID   pvProperty,
    [in, out] LPDWORD  pcbProperty
);
Parameters
- PropertyId 
 [in] The unique identifier for the requested property.
- pvProperty 
 [out] The returned property data.
- pcbProperty 
 [in, out] The size, in bytes, of pvProperty.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: Fusion.h
.NET Framework Version: 2.0