windows-nt/Source/XPSP1/NT/shell/ext/docpropv3/propvar.h

29 lines
535 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//
// 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
);