windows-nt/Source/XPSP1/NT/enduser/windows.com/wuv3/inc/bstr.h
2020-09-26 16:20:57 +08:00

17 lines
473 B
C

/*
* bstr.h - definitions/declarations for Windows Update V3 Catalog infra-structure
*
* Copyright (c) 1998-1999 Microsoft Corporation. All Rights Reserved.
*
* Purpose:
* This file contains the prototypes of library functions that convert bstrs
* to LPSTRs and LPSTRs to BSTRs.
*
*/
#include <objbase.h>
//This function converts an Ansi string into a BSTR.
//This method convers an Ansi string into a BSTR for inclusion in a BSTR variant structure.