DECLARE_HANDLE32

3.1

#include <ddeml.h>
DECLARE_HANDLE32(name)

The DECLARE_HANDLE32 macro creates a data type that can be used to define 32-bit handles.

Parameters

name

Specifies the name of the new data type.

Comments

The DECLARE_HANDLE32 macro is defined in DDEML.H as follows:

#define DECLARE_HANDLE32(name) struct name##__ { int unused; }; \
                               typedef const struct name##__ _far* name

See Also

DECLARE_HANDLE