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

ID3DXFileSaveData::GetId Method


Retrieves the globally unique identifier (GUID) of this ID3DXFileSaveData file data node.

Syntax

HRESULT GetId(      

    LPGUID pId );

Parameters

pId
[out] Pointer to a GUID to receive the identifier (ID) of this file data node. If the object has no ID, the returned parameter value will be GUID_NULL.

Return Value

If the method succeeds, the return value is S_OK.

If the method fails, the following value will be returned.

D3DXFERR_BADVALUEA variable is outside its expected range; typically returned when an object pointer is invalid.




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