HomeSort by relevance Sort by last modified time
    Searched refs:GetMethodPropertyFunc (Results 1 - 2 of 2) sorted by null

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

Completed in 129 milliseconds