Layer Manager Functions

Home   Previous   Next


Name

EM_LM_GetLayerStyle

Synopsis

int __cdecl EM_LM_GetLayerStyle(bool* pHadFrame,bool* pHadImage,bool* pHadMask,bool* pHadShadow);

Description

Get layer style whether has frame, iamge, mask and shadow or not.

Parameter

pHadFrame: Output
pHadImage: Output
pHadMask: Output
pHadShadow: Output

Return

EPC_SUCCESS on success.