you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 13 hours ago

Generally speaking, a handle is an opaque reference to an os object; the typedef here makes that clear. Linux uses the same general concept as well, though file objects are typically referenced through file descriptors rather than windows style handles.

  • source
  • parent