Vijay Kiran Kamuju infyquest@gmail.com wrote:
+WINAPI DWORD AtlGetVersion(void* pReserved)
That's a somewhat strange choice for the placement of a calling convention specifier. Also it shouldn't be too hard to avoid a hungarian style named variable, and placing '*' properly.
I have used the notation in the MSDN.
Thanks, Vijay
On , Dmitry Timoshkov dmitry@baikal.ru wrote:
Vijay Kiran Kamuju infyquest@gmail.com> wrote:
+WINAPI DWORD AtlGetVersion(void* pReserved)
That's a somewhat strange choice for the placement of a calling convention
specifier. Also it shouldn't be too hard to avoid a hungarian style named
variable, and placing '*' properly.
--
Dmitry.
infyquest@gmail.com wrote:
I have used the notation in the MSDN.
That can't be an excuse to not do it properly.