NT4/private/windows/netdde/incs/seckey.h
2020-09-30 17:12:29 +02:00

19 lines
445 B
C

#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