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

다운로드
페이지 1192
API Guide
601355 Rev A
API Functions
2-61
Functions
VS_
Command_
Destroy
VS_Command_Destroy
 deallocates a command handle that 
was allocated with 
VS_Command_Create
. A command 
handle is used to pass command information to and from 
VolServ.
Synopsis
VST_BOOLEAN VS_Command_Destroy
(VST_COMMAND_HANDLE
cmdhandle)
Arguments
cmdhandle 
= Command handle to be destroyed.
Return Values
VS_Command_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 
command handle.
VSE_ERR_EXECUTING
 - Final status has not been 
returned for the command associated with the specified 
command handle.
VSE_ERR_NULLHANDLE
 - Specified handle was a null 
pointer.