コード例 #1
0
ファイル: Mpr.cs プロジェクト: scarecrow173/LauncherSilo
 public static extern int WNetEnumResource(IntPtr hEnum, ref int lpcCount, ref NETRESOURCE lpBuffer, ref int lpBufferSize);
コード例 #2
0
ファイル: Mpr.cs プロジェクト: scarecrow173/LauncherSilo
 public static extern int WNetOpenEnum(int dwScope, int dwType, int dwUsage, ref NETRESOURCE lpNetResource, ref int lphEnum);
コード例 #3
0
ファイル: NetApi.cs プロジェクト: jihadbird/firespider
 public static extern int WNetOpenEnum(int dwScope, int dwType, int dwUsage, ref NETRESOURCE lpNetResource, ref int lphEnum);
コード例 #4
0
ファイル: Mpr.cs プロジェクト: scarecrow173/LauncherSilo
 public static extern int WNetAddConnection2(ref NETRESOURCE lpNetResource, string lpPassword, string lpUserName, int dwFlags);
コード例 #5
0
ファイル: NetApi.cs プロジェクト: jihadbird/firespider
 public static extern int WNetEnumResource(HANDLE hEnum, ref int lpcCount, ref NETRESOURCE lpBuffer, ref int lpBufferSize);
コード例 #6
0
ファイル: NetApi.cs プロジェクト: jihadbird/firespider
 public static extern int WNetAddConnection2(ref NETRESOURCE lpNetResource, string lpPassword, string lpUserName, int dwFlags);
コード例 #7
0
 [DllImport("mpr")] public static extern int WNetEnumResource(HANDLE hEnum, ref int lpcCount, ref NETRESOURCE lpBuffer, ref int lpBufferSize);
コード例 #8
0
ファイル: NetApi.cs プロジェクト: fivecountry/TableRobot
 [DllImport("mpr")] public static extern int WNetOpenEnum(int dwScope, int dwType, int dwUsage, ref NETRESOURCE lpNetResource, IntPtr lphEnum);
コード例 #9
0
ファイル: NetApi.cs プロジェクト: fivecountry/TableRobot
 [DllImport("mpr")] public static extern int WNetAddConnection2(ref NETRESOURCE lpNetResource, StringBuilder lpPassword, StringBuilder lpUserName, int dwFlags);