TCL_GetNumPictures

定義

#include <twl/tcl.h>


int TCL_GetNumPictures( const TCLAccessor* pAccessor , const TCLSearchObject* pSearchObj );
	

引数

pAccessorアクセサ
pSearchObj検索オブジェクト

返り値

条件に合致した写真枚数

説明

検索オブジェクトで表される検索条件に全て合致する写真の枚数を返します。

アクセサは TCL_LoadTableTCL_CreateTable などで初期化されている必要があります。

参照

TCL_InitSearchObject

履歴

2008/10/07 初版