StarBurn SDK (Software Development Kit) |
__stdcall STARBURN_IMPEX_API EXCEPTION_NUMBER StarBurn_DVDVideo_GetTreePointer(IN PVOID p__PVOID__DVDVideo, OUT PVOID * p__PPVOID__ISO9660JolietFileTree);
Parameters | Description |
IN PVOID p__PVOID__DVDVideo | Pointer to source DVD-Video file system object we need to get ISO9660 file tree object pointer. |
OUT PVOID * p__PPVOID__ISO9660JolietFileTree | Pointer to the variable to receive ISO9660 file tree object pointer. |
Execution status.
This function returns pointer to ISO9660 file tree object embedded to 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_GetTreePointer API call and all of the companion DVD-Video sub-API calls.