Resource.FreePrivateData Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Frees the specified private data associated with the current resource.
Definition
Visual Basic .NET |
Public Sub FreePrivateData( _ ByVal guidData As Guid _ ) |
C# |
public void FreePrivateData( Guid guidData ); |
Managed C++ |
public: void FreePrivateData( Guid guidData ); |
JScript .NET |
public function FreePrivateData( guidData : Guid ); |
Parameters
guidData
|
System.Guid. Represents a globally unique identifier (GUID) that identifies the private data to free. |
Remarks
Applies To
BaseTexture, IndexBuffer, Surface, VertexBuffer
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center