【发布时间】:2013-12-02 06:36:00
【问题描述】:
对于桌面应用,我使用以下方法访问网络共享:
[DllImport("mpr.dll")]
private static extern int WNetAddConnection2(NetResource netResource,
string password, string username, int flags);
[DllImport("mpr.dll")]
private static extern int WNetCancelConnection2(string name, int flags,
bool force);
WP8 SDK 上是否有类似的 API 可用?
【问题讨论】:
标签: windows-phone-8 smb