Protecting Unmanaged Code

The only unmanaged code that CCF uses is the unmanaged code in Win32 APIs. The recommendations in this guide assume that Windows APIs are safe and do not threaten security. You are not required to perform a sanity check of the return values from these APIs. However, you should make sure that Win32 APIs are called within exception handling blocks.


Show: