fix: SoleFolderIndex: continue fixing method decl/impl

This commit is contained in:
shunf4
2024-05-10 19:50:32 +08:00
parent b0fd5cfa48
commit ceda12136d

View File

@@ -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(