Microsoft DirectX 9.0 SDK Update (October 2004)

Volume.GetPrivateData Method

Language:

Note: This documentation is preliminary and is subject to change.

Copies the private data associated with the volume to a provided 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. A Guid Leave Site that represents the identifier of the private data being requested.

Return Value

System.Byte[]. A Byte Leave Site array that contains the requested data.

Remarks

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
NotFoundException The requested item was not found.
MoreDataException More data is available than the specified buffer size can hold.

See Also


© 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