Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Ends the lifespan of the ppData pointer returned by ID3DXFileData::Lock.
Syntax
BOOL Unlock();
Parameters
This method has no parameters.
Return value
Type: BOOL
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 Unlock, the ppData pointer returned by ID3DXFileData::Lock should no longer be used.
Requirements
| Requirement | Value |
|---|---|
| Header |
|
| Library |
|
See also