Windows Basics - Stupid-Git/MyWiki GitHub Wiki
>> Creating a window
https://msdn.microsoft.com/en-us/library/windows/desktop/ff381397%28v=vs.85%29.aspx
>> Google search
>> Copy unmanaged data into managed array
http://stackoverflow.com/questions/6403005/copy-unmanaged-data-into-managed-array
http://memeplex.blog.shinobi.jp/c---cli/c---cli%20%20%20%E3%83%9E%E3%83%8D%E3%83%BC%E3%82%B8%E9%85%8D%E5%88%97%E3%81%8B%E3%82%89%E3%83%8D%E3%82%A4%E3%83%86%E3%82%A3%E3%83%96%E3%81%AE%E9%85%8D%E5%88%97%E3%81%B8%E5%A4%89%E6%8F%9B
>> Wlanapi.dll missing on Windows Server 2008 R2
http://www.bonusbits.com/wiki/KB:Wlanapi.dll_missing_on_Windows_Server_2008_R2
Install the Wireless LAN Service
- Open Server Manager
- Select Features | Add Feature
- Select Wireless LAN Service
- Install, Close and Done