Main Page   Namespace List   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

fksec.h File Reference

#include this file from your sources. More...

#include <windows.h>
#include <tchar.h>
#include <exception>
#include <string>
#include <vector>
#include <algorithm>
#include <ostream>
#include <iomanip>
#include <aclapi.h>
#include "ex.h"
#include "priv.h"
#include "sid.h"
#include "ace.h"
#include "acl.h"
#include "sd.h"
#include "token.h"
#include "apis.h"
#include "strconv.h"

Include dependency graph for fksec.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  fksec

Defines

#define AFX_FKSEC_H__C2404C08_2791_41F1_A45E_A62EF7364105__INCLUDED_
#define lenof(x)    (sizeof (x)/sizeof ((x)[0]))
 computes the size of an array in elements. Do not use on pointers! More...

#define PROTECTED_DACL_SECURITY_INFORMATION   0x80000000L
#define PROTECTED_SACL_SECURITY_INFORMATION   0x40000000L
#define UNPROTECTED_DACL_SECURITY_INFORMATION   0x20000000L
#define UNPROTECTED_SACL_SECURITY_INFORMATION   0x10000000L
#define SE_GROUP_RESOURCE   0x20000000L
#define ADS_RIGHT_DS_CREATE_CHILD   1


Detailed Description

#include this file from your sources.

Definition in file fksec.h.


Define Documentation

#define ADS_RIGHT_DS_CREATE_CHILD   1
 

Definition at line 116 of file fksec.h.

#define AFX_FKSEC_H__C2404C08_2791_41F1_A45E_A62EF7364105__INCLUDED_
 

Definition at line 9 of file fksec.h.

#define PROTECTED_DACL_SECURITY_INFORMATION   0x80000000L
 

Definition at line 95 of file fksec.h.

#define PROTECTED_SACL_SECURITY_INFORMATION   0x40000000L
 

Definition at line 99 of file fksec.h.

#define SE_GROUP_RESOURCE   0x20000000L
 

Definition at line 111 of file fksec.h.

#define UNPROTECTED_DACL_SECURITY_INFORMATION   0x20000000L
 

Definition at line 103 of file fksec.h.

#define UNPROTECTED_SACL_SECURITY_INFORMATION   0x10000000L
 

Definition at line 107 of file fksec.h.

#define lenof( x )   (sizeof (x)/sizeof ((x)[0]))
 

computes the size of an array in elements. Do not use on pointers!

Returns:
the number of elements in array x.

Definition at line 69 of file fksec.h.


Generated at Mon Oct 16 06:14:12 2000 for fksec by doxygen1.2.2 written by Dimitri van Heesch, © 1997-2000