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.
 
 
 
 
 
 

28 lines
535 B

//
// Copyright 2001 - Microsoft Corporation
//
//
// Created By:
// Geoff Pease (GPease) 30-JAN-2001
//
// Maintained By:
// Geoff Pease (GPease) 30-JAN-2001
//
#pragma once
HRESULT
PropVariantFromString(
LPWSTR pszTextIn
, UINT nCodePageIn
, ULONG dwFlagsIn
, VARTYPE vtSaveIn
, PROPVARIANT* pvarOut
);
HRESULT
PropVariantToBSTR(
PROPVARIANT * pvarIn
, UINT nCodePageIn
, ULONG dwFlagsIn
, BSTR * pbstrOut
);