mirror of
https://github.com/gentilkiwi/mimikatz
synced 2025-02-12 23:47:19 +00:00
[remove] misc::addsid [new] sid:: module, to lookup, query, modify, add... (2003/2008r2/2012r2 right now)
28 lines
532 B
C
28 lines
532 B
C
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992-1999.
|
|
//
|
|
// File: schnlsp.h
|
|
//
|
|
// Contents: Public Definitions for SCHANNEL Security Provider
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#ifndef __SCHNLSP_H__
|
|
#define __SCHNLSP_H__
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif
|
|
|
|
#include <schannel.h>
|
|
|
|
|
|
#endif //__SCHNLSP_H__
|
|
|