[SHELL32]: CShellLink fixups Part 1:
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 17 Jan 2017 21:32:18 +0000 (21:32 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 17 Jan 2017 21:32:18 +0000 (21:32 +0000)
commit0aeb3f07b103b1de0f46ddaa5528d04f341fa9eb
tree06d2fa181b071a3adb2bd4063a23a1e70e31889d
parent749f780aef9aaf0f9c94122851f74c0fb80b8a01
[SHELL32]: CShellLink fixups Part 1:
- Use STDMETHODCALLTYPE for the interface methods calling convention;
- Use the naming convention "m_Member" for the class members (note that I haven't applied the convention for some members: because they will go away in the next commits);
- Use _countof() where needed;
- Make the ANSI CShellLink::GetIconLocation call the UNICODE version;
- Move some functions around to put them closer to the functions that call them;
- Very minor code formatting.
CORE-12682

svn path=/trunk/; revision=73573
reactos/dll/win32/shell32/CShellLink.cpp
reactos/dll/win32/shell32/CShellLink.h