expand_com_module

Function expand_com_module 

Source
pub fn expand_com_module(
    arg_tokens: TokenStreamNightly,
    com_library: bool,
) -> Result<TokenStreamNightly, ParseError>
Expand description

Expands the com_library macro.

The macro expansion results in the following items:

  • DllGetClassObject extern function implementation.
  • IntercomListClassObjects extern function implementation.