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

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1998.
//
// File: A T M C O M M O N . H
//
// Contents: Common ATM functions
//
// Notes:
//
// Author: tongl 10 Mar 1998
//
//----------------------------------------------------------------------------
#pragma once
// maximum valid address lenght in characters
//
const INT MAX_ATM_ADDRESS_LENGTH = 40;
BOOL FIsValidAtmAddress(PCWSTR szAtmAddress, INT * piErrCharPos, INT * pnId);
BOOL fIsSameVstr(const vector<tstring *> vstr1, const vector<tstring *> vstr2);