Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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