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

다운로드
페이지 1192
API Guide
2-348
API Functions
601355 Rev A
VS_Notify_
GetFields
VS_Notify_GetFields
 retrieves information associated 
with a notify handle. A notify handle is used by the API to 
allow a client to listen for MediaClass notifications.
Synopsis
VST_BOOLEAN VS_Notify_GetFields 
(VST_NOTIFY_HANDLE handle,
“…”,
VSID_ENDFIELD)
Arguments
handl
e = The notify handle where information is 
retrieved.
“…”
 = Variable length argument list consisting of pairs of 
arguments. Each pair of arguments consists of a parameter 
identifier, followed by a pointer to a location where the 
value of the parameter may be stored. The parameter 
identifiers and types this function accepts are shown in the 
following "Parameters" paragraph.
VSID_ENDFIELD
 = 
Re
quired at the end of the variable 
length argument list to indicate the end of the list.
Parameters
Parameter Type
Description
VSID_ARCHIVE_NAME 
(VST_ARCHIVE_NAME)
Pointer to the archive name for this callback. 
Valid archive names may contain up to 16 
alphanumeric characters, including spaces. 
Leading and trailing spaces are not permitted.
VSID_DRIVE_ID (VST_DRIVEID *)
Pointer to the drive identifier for this callback.
VSID_DRIVE_ID_ENTRY (int) 
Index of a specific entry in the drive identifier 
table.