Ejemplo n.º 1
0
        public static Int32 GetParam(MID2253_PARAM type, ref Int32 val, Int32 devid, Int32 strmidx)
        {
            int hr;

            hr = S2253_GetParam(type, ref val, devid, strmidx);
            return(hr);
        }
Ejemplo n.º 2
0
 static extern Int32 S2253_GetParam(MID2253_PARAM type, ref Int32 val, Int32 devid, Int32 strmidx);