2
edits
Gideonwald (talk | contribs) No edit summary |
|||
Line 199: | Line 199: | ||
=== Major === | === Major === | ||
* Memory: VirtualAlloc / HeapAlloc and friends | * Memory: VirtualAlloc / HeapAlloc and friends | ||
** Note Larry Osterman and Steve Rowe's responses in http://stackoverflow.com/questions/7473202/dynamic-code-execution-on-winrt-in-windows-8-either-c-or-net-c | |||
* Pipes: CreateNamedPipe, ConnectNamedPipe, DisconnectNamedPipe | * Pipes: CreateNamedPipe, ConnectNamedPipe, DisconnectNamedPipe | ||
** Note the question by Klimax in http://blogs.msdn.com/b/larryosterman/archive/2011/09/16/what-has-larry-been-doing-for-two-years-and-why-has-the-blog-been-dark-for-so-long.aspx | |||
** And the following about CreateFile/CreateFile2: http://msdn.microsoft.com/en-us/library/windows/desktop/hh449422(v=vs.85).aspx and http://stackoverflow.com/questions/7746044/using-sqlite-with-winrt | |||
* Processes: CreateProcess | * Processes: CreateProcess | ||
edits