Source code of Windows XP (NT5)
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

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