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

다운로드
페이지 1192
API Guide
2-318
API Functions
601355 Rev A
VS_Mount_
Destroy
VS_Mount_Destroy
 deallocates a VolServ mount handle 
that was allocated with 
VS_Mount_Create
. A mount handle 
is used to pass mount information to and from VolServ.
Synopsis
VST_BOOLEAN VS_Mount_Destroy 
(VST_MOUNT_HANDLE handle)
Arguments
handle = The mount handle to be destroyed.
Return Values
VS_Mount_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 a 
mount handle.
VSE_ERR_NULLHANDLE
 - Specified handle was a null 
pointer.
Example
1
/****************************************
*********
2
*
3
* FUNCTION: vst_multimount_execute
4
*
5
* PURPOSE:
6
* This function will test the 
VSCMD_Multimount call.
7
*
8
* PARAMETERS:
9
* none
10
11 ****************************************
*********/