Volume.SetPrivateData Method |
Language: |
Associates data with the volume that is intended for use by the application, not by Microsoft Direct3D.
Visual Basic Public Sub SetPrivateData( _
ByVal guidData As Guid, _
ByVal privateData() As Byte _
)C# public void SetPrivateData(
Guid guidData,
byte[] privateData
);C++ public:
void SetPrivateData(
Guid guidData,
array<unsigned char>^ privateData
);JScript public function SetPrivateData(
guidData : Guid,
privateData : byte[]
);
guidData System.Guid
A Guid that represents the identifier of the private data to set.privateData System.Byte[]
A Byte array that contains the private data for the current volume.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value. OutOfMemoryException Direct3D could not allocate sufficient memory to complete the call.
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