VC + + shared folder

Source: Internet
Author: User

1BOOL NetShare (Char* Psharename,Char*Psharepath)2 {3 uses_conversion;4 share_info_502 si502;5 net_api_status nas;6LPWSTR pwsharename=a2w (psharename);//Convert to Unicode string7LPWSTR pwsharepath=a2w (psharepath);8 9Si502.shi502_netname =(LPWSTR) pwsharename;TenSi502.shi502_type =Stype_disktree; OneSi502.shi502_remark =NULL; ASi502.shi502_permissions =0;  -Si502.shi502_max_uses =/*shi_uses_unlimited*/1;  -Si502.shi502_current_uses =0;  theSi502.shi502_path =(LPWSTR) Pwsharepath; -SI502.SHI502_PASSWD =NULL; -si502.shi502_reserved =0;  -Si502.shi502_security_descriptor =NULL; +  -NAS =Netshareadd ( +Null//share is on local machine A 502,//Info-level at(LPBYTE) &si502,//Info-buffer -Null//don ' t bother with parm - ); -  - return(nas==0); - } in  -? 1234567BOOL Netsharestop (Char* psharename) {uses_conversion; LPWSTR pwsharename=a2w (psharename);returnNetsharedel (NULL, (LPWSTR) pwsharename,null);}

VC + + shared folder

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.