Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The get_Name method retrieves the name of the policy. The name is for informational purposes only.
Syntax
HRESULT get_Name(
BSTR* pbstr
);
Parameters
pbstr
[out] Pointer to a string that receives the name of the policy.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
The caller must free the returned string, using the SysFreeString function.
See Also