libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include "stdafx.h"
#include "Directory.hpp"
#include "../../../core/info.hpp"
#include "../../../core/exception.hpp"
#include "../../../core/trace.hpp"
Go to the source code of this file.
Variables | |
const tchar | security_lib_name [] =_T("advapi32.dll") |
const tchar | SetFileSecurity_name [] =_T("SetFileSecurityA") |
const tchar security_lib_name =_T("advapi32.dll") |
Definition at line 38 of file Directory.cpp.
const tchar SetFileSecurity_name =_T("SetFileSecurityA") |
Definition at line 42 of file Directory.cpp.