Ejemplo n.º 1
0
 public extern static uint Kdm_GetTVWallById(IntPtr pMcuHandle, byte[] tvWallId, ref TTvWallInfoData tTvWallInfo, ref uint pErrorCode);
Ejemplo n.º 2
0
 public unsafe extern static char *Kdm_CreateTVWall(IntPtr pMcuHandle, TTvWallInfoData CreatTvWallReq, ref uint pErrorCode);
Ejemplo n.º 3
0
 public extern static uint Kdm_ModifyTVWall(IntPtr pMcuHandle, TTvWallInfoData tTvWallInfo, ref uint pErrorCode);
Ejemplo n.º 4
0
 public extern static uint Kdm_GetTVWall(IntPtr mcuHandle, uint tvWallIdx, ref TTvWallInfoData tTvWallInfo, ref uint pErrorCode);