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.cpp296 Func_GetHandlerProperty getProp, in GetProp()
306 Func_GetHandlerProperty getProp, in GetProp_Bool()
321 Func_GetHandlerProperty getProp, in GetProp_UInt32()
340 Func_GetHandlerProperty getProp, in GetProp_String()
355 Func_GetHandlerProperty getProp, in GetProp_RawData()
383 Func_GetHandlerProperty getProp = NULL; in LoadFormats()
399 getProp = (Func_GetHandlerProperty)lib.GetProc("GetHandlerProperty"); in LoadFormats()
/external/lzma/CPP/7zip/Archive/
DIArchive.h598 typedef HRESULT (WINAPI *Func_GetHandlerProperty)(PROPID propID, PROPVARIANT *value); typedef