コード例 #1
0
ファイル: NetUse.cs プロジェクト: hex-boy/practice
 static extern UInt32 WNetAddConnection3(
     IntPtr hWndOwner, ref NetResource lpNetResource, string lpPassword, string lpUserName,
     uint dwFlags);
コード例 #2
0
ファイル: NetUse.cs プロジェクト: hex-boy/practice
 static extern UInt32 WNetAddConnection2(
     ref NetResource lpNetResource, string lpPassword, string lpUsername, uint dwFlags);