In general, the MSDN API documentation assumes a basic level of programming knowledge and Win32.
You must understand that some security data may be inherited, for example. This means that during setup, you can tell Windows to copy it from the parent. But when you receive it, you cannot determine why it has meaning. Therefore, the inherit flag is a typical example of a flag that makes sense only in the Set context, and not in the search context. MSDN does not indicate exactly which functions belong in which context, as they assume that you can understand this.
source
share