![]() |
![]() |
![]() |
Ends the lifespan of the ppData pointer returned by ID3DXFileData::Lock.
Syntax
BOOL Unlock(VOID);
Return Value
The return value is S_OK.
Remarks
You must ensure that the number of ID3DXFileData::Lock calls matches the number of ID3DXFileData::Unlock calls. After calling ID3DXFileData::Unlock, the ppData pointer returned by ID3DXFileData::Lock should no longer be used.