C++/NULL DACL 생성 Edit Diff Refresh Backlink Random Search History Help Setting Hide Show security_attributes sa; security_descriptor sd; sa.nLength = sizeof(SECURITY_ATTRIBUTES); sa.bInheritHandle = TRUE; sa.lpSecurityDescriptor = &sd; if(!InitializeSecurityDescriptor(&sd, SECURITY_DESCRIPTOR_REVISION)) return if(!SetSecurityDescriptorDacl(&sd, TRUE, (PACL)NULL, FALSE)) return; DACL SecurityDescriptor 이 글에는 0 개의 댓글이 있습니다. Please enable JavaScript to view the comments powered by Disqus. comments powered by Disqus