Mozilla.com

  1. MDC
  2. Main Page
  3. NS_ENSURE_ARG_POINTER
Table of contents
  1. 1. Summary
  2. 2. Syntax

NS_ENSURE_ARG_POINTER

Table of contents
  1. 1. Summary
  2. 2. Syntax

Summary

Macro

Returns NS_ERROR_INVALID_POINTER if the macro argument evaluates to false and shows a warning (NS_WARNING) in this case.

Refer to xpcom/glue/nsDebug.h for details.

Syntax

NS_ENSURE_ARG_POINTER(aPointer);

Page last modified 22:01, 15 Sep 2005 by Biesi

Files (0)