Windows NT 4.0 source code leak
 
 
 
 
 
 

18 lines
445 B

#ifndef H__seckey
#define H__seckey
VOID FAR PASCAL DdeSecKeyObtainNew(
LPDWORD lphSecurityKey,
LPSTR FAR *lplpSecurityKey,
LPDWORD lpsizeSecurityKey );
BOOL FAR PASCAL DdeSecKeyRetrieve(
DWORD hSecurityKey,
LPSTR FAR *lplpSecurityKey,
LPDWORD lpsizeSecurityKey );
VOID FAR PASCAL DdeSecKeyAge( void );
VOID FAR PASCAL DdeSecKeyRelease( DWORD hSecurityKey );
#endif