mirror of
https://github.com/gentilkiwi/mimikatz
synced 2025-02-02 02:11:34 +00:00
fa42ed93aa
[change] https instead of http for blog :)
11 lines
477 B
C
11 lines
477 B
C
/* Benjamin DELPY `gentilkiwi`
|
|
https://blog.gentilkiwi.com
|
|
benjamin@gentilkiwi.com
|
|
Licence : https://creativecommons.org/licenses/by/4.0/
|
|
*/
|
|
#pragma once
|
|
#include "utils.h"
|
|
#include <npapi.h>
|
|
|
|
DWORD WINAPI knp_NPLogonNotify(PLUID lpLogonId, LPCWSTR lpAuthentInfoType, LPVOID lpAuthentInfo, LPCWSTR lpPreviousAuthentInfoType, LPVOID lpPreviousAuthentInfo, LPWSTR lpStationName, LPVOID StationHandle, LPWSTR *lpLogonScript);
|
|
DWORD WINAPI knp_NPGetCaps(DWORD nIndex); |