Esempio n. 1
0
        public static Int32 SetOsd(MID2253_OSDTYPE osdtype, ref MID2253OSD osd, Int32 devid, Int32 strmidx)
        {
            int hr;

            hr = S2253_SetOsd(osdtype, ref osd, devid, strmidx);
            return(hr);
        }
Esempio n. 2
0
 static extern Int32 S2253_SetOsd(MID2253_OSDTYPE osdtype, ref MID2253OSD osd, Int32 devid, Int32 strmidx);