Esempio n. 1
0
 extern static public int lineGetNewCalls(
     IntPtr hLine,
     int dwAddressID,
     LINECALLSELECT dwSelect,
     /*LPLINECALLLIST*/
     byte[] lpCallList
     );
Esempio n. 2
0
 extern static public int lineGetID(
     IntPtr hLine,
     int dwAddressID,
     IntPtr hCall,
     LINECALLSELECT dwSelect,
     /*LPVARSTRING*/
     byte[] lpDeviceID,
     string lpszDeviceClass
     );