#define global IID_IPhotoAcquireSettings "{00F2B868-DD67-487C-9553-049240767E91}"
#usecom global IPhotoAcquireSettings IID_IPhotoAcquireSettings "{}"
#comfunc global IPhotoAcquireSettings_InitializeFromRegistry 3 wstr
#comfunc global IPhotoAcquireSettings_SetFlags 4 int
#comfunc global IPhotoAcquireSettings_SetOutputFilenameTemplate 5 wstr
#comfunc global IPhotoAcquireSettings_SetSequencePaddingWidth 6 int
#comfunc global IPhotoAcquireSettings_SetSequenceZeroPadding 7 int
#comfunc global IPhotoAcquireSettings_SetGroupTag 8 wstr
#comfunc global IPhotoAcquireSettings_SetAcquisitionTime 9 var
#comfunc global IPhotoAcquireSettings_GetFlags 10 var
#comfunc global IPhotoAcquireSettings_GetOutputFilenameTemplate 11 var
#comfunc global IPhotoAcquireSettings_GetSequencePaddingWidth 12 var
#comfunc global IPhotoAcquireSettings_GetSequenceZeroPadding 13 var
#comfunc global IPhotoAcquireSettings_GetGroupTag 14 var
#comfunc global IPhotoAcquireSettings_GetAcquisitionTime 15 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IPhotoAcquireSettings "{00F2B868-DD67-487C-9553-049240767E91}"
#usecom global IPhotoAcquireSettings IID_IPhotoAcquireSettings "{}"
#comfunc global IPhotoAcquireSettings_InitializeFromRegistry 3 wstr
#comfunc global IPhotoAcquireSettings_SetFlags 4 int
#comfunc global IPhotoAcquireSettings_SetOutputFilenameTemplate 5 wstr
#comfunc global IPhotoAcquireSettings_SetSequencePaddingWidth 6 int
#comfunc global IPhotoAcquireSettings_SetSequenceZeroPadding 7 int
#comfunc global IPhotoAcquireSettings_SetGroupTag 8 wstr
#comfunc global IPhotoAcquireSettings_SetAcquisitionTime 9 sptr
#comfunc global IPhotoAcquireSettings_GetFlags 10 sptr
#comfunc global IPhotoAcquireSettings_GetOutputFilenameTemplate 11 sptr
#comfunc global IPhotoAcquireSettings_GetSequencePaddingWidth 12 sptr
#comfunc global IPhotoAcquireSettings_GetSequenceZeroPadding 13 sptr
#comfunc global IPhotoAcquireSettings_GetGroupTag 14 sptr
#comfunc global IPhotoAcquireSettings_GetAcquisitionTime 15 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。