Volume.FreePrivateData(Guid) Method (Microsoft.DirectX.Direct3D)
Frees the specified private data associated with the current volume.
Visual Basic Public Sub FreePrivateData( _
ByVal guidData As Guid_
)C# public void FreePrivateData(
GuidguidData
);C++ public:
void FreePrivateData(
GuidguidData
);JScript public function FreePrivateData(
guidData : Guid
);
guidData System.Guid
A Guidthat identifies the private data to free.
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.
Show:
