반응형 PSECURITY_DESCRIPTOR1 [MFC] 특정 사용자 권한으로 공유폴더 만들기 출처 : http://forums.codeguru.com/showthread.php?231589-How-to-set-share-permissions-for-shared-folder-programmatically // CreateRTXShare.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include #include #include #pragma comment(lib, "Netapi32.lib") #define MAX_ERROR_BUFFER_SZ0xFFFF int CreateShare(LPTSTR name, LPTSTR path); TCHAR* GetErrorText(D.. 2017. 2. 10. 이전 1 다음 반응형