MSOCHOSTINFO Structure

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Specifies information for a component host.

typedef struct _MSOCHOSTINFO {
   ULONG cbSize;
   DWORD grfchostf;
} MSOCHOSTINFO;

Members

  • cbSize
    The size, in bytes, of the MSOCHOSTINFO structure.

  • grfchostf
    Always set to 0.

See Also

Reference

IMsoComponent::OnActivationChange Method