OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:propVariant
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
PropIDUtils.h
9
void ConvertPropertyToShortString(char *dest, const
PROPVARIANT
&
propVariant
, PROPID propID, bool full = true) throw();
10
void ConvertPropertyToString(UString &dest, const
PROPVARIANT
&
propVariant
, PROPID propID, bool full = true);
SetProperties.cpp
9
#include "../../../Windows/
PropVariant
.h"
47
NCOM::CPropVariant
propVariant
;
55
propVariant
= false;
57
propVariant
= true;
58
if (
propVariant
.vt != VT_EMPTY)
63
ParseNumberString(property.Value,
propVariant
);
65
values[i] =
propVariant
;
Bench.cpp
[
all
...]
Completed in 2351 milliseconds