mirror of https://github.com/tongzx/nt5src
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.
16 lines
473 B
16 lines
473 B
/*
|
|
* 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.
|