Leaked source code of windows server 2003
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.

19 lines
538 B

  1. #if !defined (_IMMSEC_H__INCLUDED_)
  2. #define _IMMSEC_H__INCLUDED_
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. PSECURITY_ATTRIBUTES CreateSecurityAttributes(VOID);
  7. VOID FreeSecurityAttributes( PSECURITY_ATTRIBUTES psa);
  8. BOOL IsNT(VOID);
  9. PSECURITY_ATTRIBUTES GetIMESecurityAttributes(VOID);
  10. PSECURITY_ATTRIBUTES GetIMESecurityAttributesEx(VOID);
  11. VOID FreeIMESecurityAttributes(VOID);
  12. PSECURITY_ATTRIBUTES CreateSecurityAttributesEx(VOID);
  13. PSID MyCreateSidEx(VOID);
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif // !_IMMSEC_H__INCLUDED_