Microsoft DirectX 8.1 (C++)

IRenderEngine::GetVendorString

The GetVendorString method retrieves the vendor string.

Syntax

HRESULT GetVendorString(
    BSTR *pVendorID
);

Parameters

pVendorID

[out, retval] Pointer to a variable that receives a BSTR containing the vendor string.

Return Value

Returns S_OK if the method succeeds. Otherwise, returns an HRESULT value indicating the cause of the error.

Remarks

The method allocates memory for the string. The application must call SysFreeString to free the memory.

See Also