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.
|
|
//---------------------------------------------------------------------------
// 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__
|