Home
last modified time | relevance | path

Searched refs:Func_GetMethodProperty (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/
DICoder.h362 typedef HRESULT (WINAPI *Func_GetMethodProperty)(UInt32 index, PROPID propID, PROPVARIANT *value); typedef
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h208 Func_GetMethodProperty GetMethodProperty;
DLoadCodecs.cpp230 static HRESULT GetCoderClass(Func_GetMethodProperty getMethodProperty, UInt32 index, in GetCoderClass()
254 lib.GetMethodProperty = (Func_GetMethodProperty)lib.Lib.GetProc("GetMethodProperty"); in LoadCodecs()