WindowsXP-SP1/windows/netdde/incs/seckey.h
2020-09-30 16:53:49 +02:00

19 lines
463 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