Volume.GetPrivateData(Guid) Method (Microsoft.DirectX.Direct3D)
Copies the private data associated with the volume to a provided buffer.
Definition
Visual Basic Public Function GetPrivateData( _
ByVal guidData As Guid_
) As Byte()C# public byte[] GetPrivateData(
GuidguidData
);C++ public:
array<unsigned char>^ GetPrivateData(
GuidguidData
);JScript public function GetPrivateData(
guidData : Guid
) : byte[];
Parameters
guidData System.Guid
A Guidthat represents the identifier of the private data being requested.
Return Value
System.Byte[]
A Bytearray that contains the requested data.
Remarks
Exceptions
The method call is invalid. For example, a method's parameter might contain an invalid value.
The requested item was not found.
More data is available than the specified buffer size can hold.
See Also
.gif)