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
18 lines
547 B
//---------------------------------------------------------------------------
|
|
// FromVar.h : GetDataFromDBVariant header file
|
|
//
|
|
// Copyright (c) 1996 Microsoft Corporation, All Rights Reserved
|
|
// Developed by Sheridan Software Systems, Inc.
|
|
//---------------------------------------------------------------------------
|
|
|
|
|
|
#ifndef __VDFROMVAR__
|
|
#define __VDFROMVAR__
|
|
|
|
HRESULT GetDataFromDBVariant(CURSOR_DBVARIANT * pVar,
|
|
DBTYPE * pwType,
|
|
BYTE ** ppData,
|
|
BOOL * pfMemAllocated);
|
|
|
|
|
|
#endif //__VDFROMVAR__
|