Cosmetic: Comments updated
[captive.git] / src / libcaptive / ob / handle.c
index cfb74c1..c65de54 100644 (file)
@@ -1,5 +1,5 @@
 /* $Id$
- * reactos overall object handling support for reactos of libcaptive
+ * reactos support for object handle handling for reactos of libcaptive
  * Copyright (C) 2002 Jan Kratochvil <project-captive@jankratochvil.net>
  * 
  * This program is free software; you can redistribute it and/or modify
@@ -28,6 +28,7 @@
 /**
  * ZwClose:
  * @Handle: Handle from some Zw*() create function.
+ * %NULL value is forbidden.
  *
  * Direct pass to NtClose(). reactos aliases this call to NtClose()
  * in its "reactos/iface/native/sysfuncs.lst" file.