LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home

Anonymous

login


 

Hosted by Prominic.NET, Inc.

UINT

#include <global.h>

Unsigned integer.

C definition

/** SEE global.h FOR ADDITIONAL CONDITIONAL COMPILATION STATEMENTS **/

  #ifndef WINDOWS_INCLUDED  /* This is also defined in windows.h */
    typedef unsigned int UINT;
  #endif

LotusScript

Definition(s)