コード例 #1
0
 public static extern int WNetOpenEnum(int dwScope, int dwType, int dwUsage, ref NETRESOURCE lpNetResource,
                                       ref int lphEnum);
コード例 #2
0
 public static extern int WNetEnumResource(IntPtr hEnum, ref int lpcCount, ref NETRESOURCE lpBuffer,
                                           ref int lpBufferSize);
コード例 #3
0
 public static extern int WNetAddConnection2(ref NETRESOURCE lpNetResource, string lpPassword, string lpUserName,
                                             int dwFlags);
コード例 #4
0
ファイル: NetApi.cs プロジェクト: luowei98/RobertLw
 public static extern int WNetOpenEnum(int dwScope, int dwType, int dwUsage, ref NETRESOURCE lpNetResource,
                                       ref int lphEnum);
コード例 #5
0
ファイル: NetApi.cs プロジェクト: luowei98/RobertLw
 public static extern int WNetEnumResource(IntPtr hEnum, ref int lpcCount, ref NETRESOURCE lpBuffer,
                                           ref int lpBufferSize);
コード例 #6
0
ファイル: NetApi.cs プロジェクト: luowei98/RobertLw
 public static extern int WNetAddConnection2(ref NETRESOURCE lpNetResource, string lpPassword, string lpUserName,
                                             int dwFlags);