Resource.FreePrivateData Method |
Language: |
Frees the specified private data associated with the current resource.
Visual Basic Public Sub FreePrivateData( _
ByVal guidData As Guid _
)C# public void FreePrivateData(
Guid guidData
);C++ public:
void FreePrivateData(
Guid guidData
);JScript public function FreePrivateData(
guidData : Guid
);
guidData System.Guid
Represents a globally unique identifier (GUID) that identifies the private data to free.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value. NotFoundException The requested Guid was not found.
BaseTexture, IndexBuffer, Surface, VertexBuffer
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center