ADIC Digital Camera 601355 Rev A 사용자 설명서

다운로드
페이지 1192
API Guide
2-36
API Functions
601355 Rev A
VS_Archive
MediaClass_
Destroy
VS_ArchiveMediaClass_Destroy
 deallocates an 
archive media class handle that was allocated with 
VS_ArchiveMediaClass_Create
.
Synopsis
VST_BOOLEAN VS_ArchiveMediaClass_Destroy
(VST_ARCHIVEMEDIACLASS
_HANDLE
handle)
Arguments
handle
 = Archive media class handle to be destroyed.
Return Values
VS_ArchiveMediaClass_Destroy 
returns:
VSE_TRUE
 - Successful execution.
VSE_FALSE
 - API failure - An appropriate error code is set 
in 
VSG_Error
.
VSE_ERR_BADHANDLE
 - Specified handle was not an 
archive media class handle.
VSE_ERR_NULLHANDLE
 - Specified handle was a null 
pointer.
Example
1
/****************************************
*********
2
*
3
* FUNCTION: 
vst_archivemediaclass_handle
4
*
5
* PURPOSE:
6
* This function tests an 
archivemediaclass handle.
7
*