Leaked source code of windows server 2003
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.

25 lines
656 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1998.
  5. //
  6. // File: A T M C O M M O N . H
  7. //
  8. // Contents: Common ATM functions
  9. //
  10. // Notes:
  11. //
  12. // Author: tongl 10 Mar 1998
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. // maximum valid address lenght in characters
  17. //
  18. const INT MAX_ATM_ADDRESS_LENGTH = 40;
  19. BOOL FIsValidAtmAddress(PCWSTR szAtmAddress, INT * piErrCharPos, INT * pnId);
  20. BOOL fIsSameVstr(const vector<tstring *> vstr1, const vector<tstring *> vstr2);