StarBurn SDK (Software Development Kit) |
__stdcall STARBURN_IMPEX_API EXCEPTION_NUMBER StarBurn_DVDVideo_GetSizeInUCHARs(IN PVOID p__PVOID__DVDVideo, OUT PLARGE_INTEGER p__PLARGE_INTEGER__SizeInUCHARs);
Parameters | Description |
IN PVOID p__PVOID__DVDVideo | Pointer to source DVD-Video file system object we need to get payload size in UCHARs. |
OUT PLARGE_INTEGER p__PLARGE_INTEGER__SizeInUCHARs | Pointer to the variable to receive file system payload size in UCHARs. |
Execution status.
This function gets file system content size in UCHARs from 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_GetSizeInUCHARs API call and all of the companion DVD-Video sub-API calls.