Home
last modified time | relevance | path

Searched refs:GetMethodPropertyFunc (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h101 typedef UInt32 (WINAPI *GetMethodPropertyFunc)(UInt32 index, PROPID propID, PROPVARIANT *value); typedef
125 GetMethodPropertyFunc GetMethodProperty;
DLoadCodecs.cpp95 static HRESULT GetCoderClass(GetMethodPropertyFunc getMethodProperty, UInt32 index, in GetCoderClass()
114 lib.GetMethodProperty = (GetMethodPropertyFunc)lib.Lib.GetProc("GetMethodProperty"); in LoadCodecs()