Microsoft DirectX 9.0 |
The get_AdapterDescription method retrieves the description of the network adapter.
Syntax
HRESULT get_AdapterDescription(
BSTR* pbstrBuffer
);
Parameters
pbstrBuffer
[out] Pointer to a BSTR that receives the description.
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 method.
See Also