Ich hab noch mal verschiedene Varianten der Übergabe der CallBack-Funktion ausprobiert (mit Cast hier, Zeiger da usw.)..leider ohne Erfolg.
Auch die
API-Umsetzung (
Jedi-
API) hab ich gecheckt, die stimmt.
Jemand noch ne Idee ?
(EDIT)
Hab noch einen C++-Source aufgetrieben. Allerdings sagt der mir nicht viel.
Code:
dwErr = this->pfnTreeResetNamedSecurityInfo(m_ObjectName, this->SeObjectType, psi, SidOwner, SidGroup, NewDAcl,
NewSAcl, this->KeepExplicit,
reinterpret_cast<FN_PROGRESS>(reinterpret_cast<void *>(TreeCallBackFunc)),
ProgressInvokeEveryObject, reinterpret_cast<void *>(this));