Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
445 B

  1. #ifndef H__seckey
  2. #define H__seckey
  3. VOID FAR PASCAL DdeSecKeyObtainNew(
  4. LPDWORD lphSecurityKey,
  5. LPSTR FAR *lplpSecurityKey,
  6. LPDWORD lpsizeSecurityKey );
  7. BOOL FAR PASCAL DdeSecKeyRetrieve(
  8. DWORD hSecurityKey,
  9. LPSTR FAR *lplpSecurityKey,
  10. LPDWORD lpsizeSecurityKey );
  11. VOID FAR PASCAL DdeSecKeyAge( void );
  12. VOID FAR PASCAL DdeSecKeyRelease( DWORD hSecurityKey );
  13. #endif