End Google Ads 201810 - BS.net 01 --> I was using Afx earlier on in my project!
But since I hate MFC, I rewrote the segments that were using the CFile and replace them with WriteFile.

However when I decided to remove the Afx.h header.
It gave me an error during recompilation.

1>main.obj : error LNK2001: unresolved external symbol __imp__SHStrDupW@8
1>C:\Users\Administrator\Documents\Visual Studio 2010\Projects\Win32\Release\Win32.exe : fatal error LNK1120: 1 unresolved externals
Since the SH reminded me of the shell APIs I looked up the function.

SH String Duplicate, which I'm not using at all in my code.