NT4/private/windows/netdde/incs/seckey.h

19 lines
445 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#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