StarBurn SDK (Software Development Kit)
ContentsIndexHome
PreviousUpNext
StarBurn_DVDVideo_Destroy Function
C++
__stdcall STARBURN_IMPEX_API VOID StarBurn_DVDVideo_Destroy(IN PVOID p__PVOID__DVDVideo);
Parameters 
Description 
IN PVOID p__PVOID__DVDVideo 
Pointer to source DVD-Video file system object we need to deallocate. 

Nothing.

This function destroys DVD-Video file system object created with StarBurn_DVDVideo_Create API call.

None.

See DVDVideoTrackAtOnceFromFileEx and DVDVideoBuildImageEx StarBurn sample applications as an example how to use StarBurn_DVDVideo_Destroy API call and all of the companion DVD-Video sub-API calls.