2025-04-27 07:49:33 -04:00

17 lines
489 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.