|I noticed that the documentation for GetFunctionPointerForDelegate
| states that "The delegate d is converted to a function pointer
| that can be passed to unmanaged code using the __stdcall
| calling convention."
That's the default behavior of the 'naked' method.
| I would have expected that method to honour the
| UnmanagedFunctionPointer attribute decorating the
| delegate declaration.
It does honor the attribute.
| Does this describe the actual behavior or is it just
| a documentation bug?
Not a bug, it does describe the functions behavior, it would help if the
remarks section would refer to the UnmanagedFunctionPointer however.
Willy.