Layer Manager Functions

Home   Previous   Next


Name

EM_LM_GetFrameCount

Synopsis

int __cdecl EM_LM_GetFrameCount(int* pCount,int *pIndexs);

Description

Get number of all frame layer and get their identitys table.

Parameter

pCount: Output, number of all frames.

pIndexs: Output, table of frames' index.

Return

EPC_SUCCESS on success.