LRESULT

Type Definition

typedef LONG_PTR LRESULT;

Synopsis

The LRESULT type is used to represent the return value of a window procedure. It is defined as a signed integral type large enough to hold a pointer or a long integer.

Syntax

Header#include <windows.h>
NamespaceGlobal (C)
Associated FunctionsDefWindowProc, SendMessage

Remarks

Related Types

See Also