Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp246 Func_GetHandlerProperty getProp, in GetProp()
256 Func_GetHandlerProperty getProp, in GetProp_Bool()
271 Func_GetHandlerProperty getProp, in GetProp_UInt32()
290 Func_GetHandlerProperty getProp, in GetProp_String()
305 Func_GetHandlerProperty getProp, in GetProp_RawData()
333 Func_GetHandlerProperty getProp = NULL; in LoadFormats()
349 getProp = (Func_GetHandlerProperty)lib.GetProc("GetHandlerProperty"); in LoadFormats()
/external/lzma/CPP/7zip/Archive/
DIArchive.h466 typedef HRESULT (WINAPI *Func_GetHandlerProperty)(PROPID propID, PROPVARIANT *value); typedef