Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raymond has an interesting post on the history of boolean across different APIs. Because each different kind of boolean has a different size/interpretation for true/false, when writing a p/invoke definition it's important to use the MarshalAs attribute to specify which kind of boolean you mean.