StarBurn SDK (Software Development Kit) |
__stdcall STARBURN_IMPEX_API EXCEPTION_NUMBER StarBurn_DVDVideo_SeekToBegin(IN PVOID p__PVOID__DVDVideo, OUT PCHAR p__PCHAR__ExceptionText, IN ULONG p__ULONG__ExceptionTextSizeInUCHARs, OUT PULONG p__PULONG__SystemError);
Parameters | Description |
IN PVOID p__PVOID__DVDVideo | Pointer to source DVD-Video file system object we need to rewind. |
OUT PCHAR p__PCHAR__ExceptionText | Pointer to buffer to receive formatted error message in case of exception. |
IN ULONG p__ULONG__ExceptionTextSizeInUCHARs | Error text buffer size in UCHARs. |
OUT PULONG p__PULONG__SystemError | Pointer to system error value (if function would return EN_SYSTEM_CALL_FAILED). |
Execution status.
This function moves DVD-Video file system object (created with StarBurn_DVDVideo_Create API call) current read position to the very beginning.
None.
See DVDVideoTrackAtOnceFromFileEx and DVDVideoBuildImageEx StarBurn sample applications as an example how to use StarBurn_DVDVideo_SeekToBegin API call and all of the companion DVD-Video sub-API calls.