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.

18 lines
547 B

  1. //---------------------------------------------------------------------------
  2. // FromVar.h : GetDataFromDBVariant header file
  3. //
  4. // Copyright (c) 1996 Microsoft Corporation, All Rights Reserved
  5. // Developed by Sheridan Software Systems, Inc.
  6. //---------------------------------------------------------------------------
  7. #ifndef __VDFROMVAR__
  8. #define __VDFROMVAR__
  9. HRESULT GetDataFromDBVariant(CURSOR_DBVARIANT * pVar,
  10. DBTYPE * pwType,
  11. BYTE ** ppData,
  12. BOOL * pfMemAllocated);
  13. #endif //__VDFROMVAR__