Jon Griffiths jon_p_griffiths@yahoo.com writes:
Hmm, I think any programmer who thinks a static function in one of the implementation files of a given dll can possibly be part of the exported Win32 API has larger problems than just confusion over what the API covers ...
Static functions can definitely be part of the API. The best example is function pointers in COM interfaces.