mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 03:14:59 -06:00
fix: SoleFolderIndex: continue fixing method decl/impl
This commit is contained in:
@@ -695,11 +695,13 @@ Z7_COM7F_IMF(CExtractCallbackImp::CryptoGetTextPassword(BSTR *password))
|
|||||||
Z7_COM7F_IMF(CExtractCallbackImp::SetSoleFolderIndex(Int64 soleFolderIndex))
|
Z7_COM7F_IMF(CExtractCallbackImp::SetSoleFolderIndex(Int64 soleFolderIndex))
|
||||||
{
|
{
|
||||||
this->SoleFolderIndex = soleFolderIndex;
|
this->SoleFolderIndex = soleFolderIndex;
|
||||||
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
Z7_COM7F_IMF(CExtractCallbackImp::GetSoleFolderIndex(Int64 *pSoleFolderIndex))
|
Z7_COM7F_IMF(CExtractCallbackImp::GetSoleFolderIndex(Int64 *pSoleFolderIndex))
|
||||||
{
|
{
|
||||||
(*pSoleFolderIndex) = this->SoleFolderIndex;
|
(*pSoleFolderIndex) = this->SoleFolderIndex;
|
||||||
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
Z7_COM7F_IMF(CExtractCallbackImp::AskWrite(
|
Z7_COM7F_IMF(CExtractCallbackImp::AskWrite(
|
||||||
|
|||||||
Reference in New Issue
Block a user