Line | |
---|
1 | /* $Id: ntsecapi.h,v 1.1 1999-11-30 22:08:25 sandervl Exp $ */
|
---|
2 | #ifndef __WINE_NTSECAPI_H
|
---|
3 | #define __WINE_NTSECAPI_H
|
---|
4 |
|
---|
5 | #include "ntdef.h"
|
---|
6 | #include "winnt.h"
|
---|
7 |
|
---|
8 | #ifdef __cplusplus
|
---|
9 | extern "C" {
|
---|
10 | #endif /* defined(__cplusplus) */
|
---|
11 |
|
---|
12 | typedef UNICODE_STRING LSA_UNICODE_STRING, *PLSA_UNICODE_STRING;
|
---|
13 | typedef STRING LSA_STRING, *PLSA_STRING;
|
---|
14 | typedef OBJECT_ATTRIBUTES LSA_OBJECT_ATTRIBUTES, *PLSA_OBJECT_ATTRIBUTES;
|
---|
15 |
|
---|
16 | typedef PVOID LSA_HANDLE, *PLSA_HANDLE;
|
---|
17 |
|
---|
18 | NTSTATUS WINAPI LsaOpenPolicy(PLSA_UNICODE_STRING,PLSA_OBJECT_ATTRIBUTES,ACCESS_MASK,PLSA_HANDLE);
|
---|
19 |
|
---|
20 | #ifdef __cplusplus
|
---|
21 | } /* extern "C" */
|
---|
22 | #endif /* defined(__cplusplus) */
|
---|
23 |
|
---|
24 | #endif /* !defined(__WINE_NTSECAPI_H) */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.