libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include "stdafx.h"
#include "NetShare.hpp"
#include "NetAPIDeallocator.hpp"
#include "OnNT.hpp"
#include "../../../core/trace.hpp"
#include "../../../core/unicode_conversions.hpp"
Go to the source code of this file.
Functions | |
bool | NetFindNTSubDir (NetShare &share, const TCHAR *const sharename, const TCHAR *const machine, const TCHAR *const path, const TCHAR *const username, const DWORD access_mask, const DWORD max_connections, const DWORD share_perms) |
Variables | |
const TCHAR | NetShareAdd_name [] =_T("NetShareAdd") |
const TCHAR | NetShareDel_name [] =_T("NetShareDel") |
bool NetFindNTSubDir | ( | NetShare & | share, |
const TCHAR *const | sharename, | ||
const TCHAR *const | machine, | ||
const TCHAR *const | path, | ||
const TCHAR *const | username, | ||
const DWORD | access_mask, | ||
const DWORD | max_connections, | ||
const DWORD | share_perms | ||
) |
Definition at line 139 of file NetShare.cpp.
Definition at line 30 of file NetShare.cpp.
Definition at line 31 of file NetShare.cpp.