Resource.GetPrivateData Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Copies the private data associated with a resource to a buffer.
Definition
Visual Basic .NET |
Public Function GetPrivateData( _ ByVal guidData As Guid _ ) As Byte() |
C# |
public byte[] GetPrivateData( Guid guidData ); |
Managed C++ |
public: Byte GetPrivateData( Guid guidData ) __gc[]; |
JScript .NET |
public function GetPrivateData( guidData : Guid ) :
byte[]; |
Parameters
guidData
|
System.Guid. Represents a globally unique identifier (GUID) that identifies the private data to retrieve. |
Return Value
System.Byte[]. Returns an array of bytes
that contains the requested private data.
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