You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
768 B
43 lines
768 B
/*
|
|
This is predefined header file.
|
|
|
|
*/
|
|
|
|
#ifndef _STDAFX_H
|
|
#define _STDAFX_H
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <ntseapi.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <windows.h>
|
|
#include <lm.h>
|
|
#include <lmapibuf.h>
|
|
#include <objbase.h>
|
|
#include <ntdsapi.h>
|
|
#include "rpc.h"
|
|
#include "rpcndr.h"
|
|
#include <windows.h>
|
|
#include "ole2.h"
|
|
#include <activeds.h>
|
|
#include "dsgetdc.h"
|
|
#include "sddl.h"
|
|
#include "seopaque.h"
|
|
#include "adshlp.h"
|
|
#include <aclapi.h>
|
|
//#include <permit.h>
|
|
#include <activeds.h>
|
|
#include <ntlsa.h>
|
|
#include <winldap.h>
|
|
#include <sddlp.h>
|
|
//
|
|
//strsafe apis
|
|
//
|
|
#define STRSAFE_NO_DEPRECATE
|
|
#include <strsafe.h>
|
|
|
|
#define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0]))
|
|
|
|
#endif
|