public extern static bool NP_SendImageInsertPlay(string cardID, string fileName, NP_SIZE windowSize, NP_TIMESPAN playDuration, NP_IMAGEFILE_INFO propInfo);
public extern static IntPtr NP_CreatePlayProgram(string fileName, NP_SIZE screenSize);
public extern static bool NP_SendVideoInsertPlay(string cardID, string fileName, NP_SIZE windowSize, NP_TIMESPAN playDuration, NP_VIDEOFIEL_INFO propInfo);