示例#1
0
 public extern static uint RasGetProjectionInfo(
     IntPtr hrasconn,                 // handle to a RAS connection
     RASPROJECTION rasprojection,     // type of control protocol
     [In, Out] RASPPPIP lpprojection, // pointer to a structure that
     // receives the projection info
     ref uint lpcb                    // size of projection structure
     );
示例#2
0
文件: RasApi.cs 项目: cnucky/huan
        private extern static uint RasGetProjectionInfo(
            int hrasconn,                    // handle to a RAS connection
            RASPROJECTION rasprojection,     // type of control protocol
            [In, Out] RASPPPIP lpprojection, // pointer to a structure that
            ref uint lpcb                    // size of projection structure

            );
示例#3
0
 public static extern UInt32 RasGetProjectionInfo(IntPtr hRasConn, RASPROJECTION projection, [In, Out] RASPPPIP pppip, ref uint ppipSize);