#define global IID_IWMPFolderMonitorServices "{788C8743-E57F-439D-A468-5BC77F2E59C6}"
#usecom global IWMPFolderMonitorServices IID_IWMPFolderMonitorServices "{}"
#comfunc global IWMPFolderMonitorServices_get_count 3 var
#comfunc global IWMPFolderMonitorServices_item 4 int,var
#comfunc global IWMPFolderMonitorServices_add 5 wstr
#comfunc global IWMPFolderMonitorServices_remove 6 int
#comfunc global IWMPFolderMonitorServices_get_scanState 7 var
#comfunc global IWMPFolderMonitorServices_get_currentFolder 8 var
#comfunc global IWMPFolderMonitorServices_get_scannedFilesCount 9 var
#comfunc global IWMPFolderMonitorServices_get_addedFilesCount 10 var
#comfunc global IWMPFolderMonitorServices_get_updateProgress 11 var
#comfunc global IWMPFolderMonitorServices_startScan 12
#comfunc global IWMPFolderMonitorServices_stopScan 13
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IWMPFolderMonitorServices "{788C8743-E57F-439D-A468-5BC77F2E59C6}"
#usecom global IWMPFolderMonitorServices IID_IWMPFolderMonitorServices "{}"
#comfunc global IWMPFolderMonitorServices_get_count 3 sptr
#comfunc global IWMPFolderMonitorServices_item 4 int,sptr
#comfunc global IWMPFolderMonitorServices_add 5 wstr
#comfunc global IWMPFolderMonitorServices_remove 6 int
#comfunc global IWMPFolderMonitorServices_get_scanState 7 sptr
#comfunc global IWMPFolderMonitorServices_get_currentFolder 8 sptr
#comfunc global IWMPFolderMonitorServices_get_scannedFilesCount 9 sptr
#comfunc global IWMPFolderMonitorServices_get_addedFilesCount 10 sptr
#comfunc global IWMPFolderMonitorServices_get_updateProgress 11 sptr
#comfunc global IWMPFolderMonitorServices_startScan 12
#comfunc global IWMPFolderMonitorServices_stopScan 13
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。