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.

25 lines
279 B

  1. #ifndef _UTIL_H_8_25_2000
  2. #define _UTIL_H_8_25_2000
  3. #define INIT_SIZE 1024
  4. //General Utility Functions
  5. DWORD ResizeByTwo( LPTSTR *ppBuffer,
  6. LONG *pSize );
  7. BOOL StringCopy( LPWSTR *ppDest, LPWSTR pSrc);
  8. LONG ReadFromIn(LPTSTR *ppBuffer);
  9. #endif