Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Controls how a type library is registered.
Syntax
typedef enum tagREGKIND {
REGKIND_DEFAULT,
REGKIND_REGISTER,
REGKIND_NONE
} REGKIND;
Constants
REGKIND_DEFAULTUse default register behavior. |
REGKIND_REGISTERRegister this type library. |
REGKIND_NONEDo not register this type library. |
Requirements
| Requirement | Value |
|---|---|
| Header | oleauto.h |