d3d9.dllGetId
Microsoft DirectX 9.0 SDK Update (October 2004)

IDirectXFileObject::GetId Method


Retrieves a pointer to the globally unique identifier (GUID) that identifies a Microsoft DirectX file object. Deprecated.

Syntax

HRESULT GetId(      

    LPGUID pGuid );

Parameters

pGuid
[out, retval] Pointer to a GUID to receive the object's ID. The function will set the GUID to a NULL GUID if the object does not have an ID.

Return Value

If the method succeeds, the return value is DXFILE_OK.

If the method fails, the return value can be DXFILEERR_BADVALUE.





© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.