This topic has not yet been rated - Rate this topic

ID3DXFileSaveData::GetId method

Retrieves the GUID of this ID3DXFileSaveData file data node.

Syntax


HRESULT GetId(
  [out]  LPGUID pId
);

Parameters

pId [out]

Type: LPGUID

Pointer to a GUID to receive the ID of this file data node. If the object has no ID, the returned parameter value will be GUID_NULL.

Return value

Type: HRESULT

If the method succeeds, the return value is S_OK. If the method fails, the following value will be returned: D3DXFERR_BADVALUE.

Requirements

Header

D3DX9Xof.h

Library

D3dx9.lib

 

 

Build date: 11/22/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.