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
632 B

  1. //==========================================================================================================================
  2. // MODULE: KdcReq.h
  3. //
  4. // Description:
  5. //
  6. // Bloodhound Parser DLL for Kerberos Authentication Protocol
  7. //
  8. // Modification History
  9. //
  10. // Michael Webb & Kris Frost Date: 06/04/99
  11. //==========================================================================================================================
  12. LPBYTE KdcRequest(HFRAME hframe, LPBYTE TempFrame);
  13. LPBYTE KdcReqTypes(HFRAME hframe, LPBYTE TempFrame, DWORD TypeVal, DWORD TypeVal2, DWORD TypeVal3);
  14. LPBYTE HandleReqBody(HFRAME, LPBYTE, int);