예제 #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
 public static extern int WNetOpenEnum(int dwScope, int dwType, int dwUsage, ref NETRESOURCE lpNetResource,
                                       ref int lphEnum);
예제 #5
0
 public static extern int WNetEnumResource(IntPtr hEnum, ref int lpcCount, ref NETRESOURCE lpBuffer,
                                           ref int lpBufferSize);
예제 #6
0
 public static extern int WNetAddConnection2(ref NETRESOURCE lpNetResource, string lpPassword, string lpUserName,
                                             int dwFlags);