A quick question about stubs,
I think above mentioned functions are badly stubbed in ./dlls/advapi32/security.c Current implementation outputs a message like "FIXME ... stub ..." but functions are not stubbed in the ./dlls/advapi32/advapi32.spec file.
Is this wrong?
If not, how can I know for sure if a function is stubbed(unimplemented)?
Thanks,
Michel