NAME

cmc_query_configuration  (MAPI32.235)

SYNOPSIS

 CMC_return_code cmc_query_configuration
 (
  CMC_session_id session,
  CMC_enum       item,
  CMC_buffer     reference,
  CMC_extension* config_extensions
 )

DESCRIPTION

Retrieves the configuration information for the installed CMC.

PARAMS

session [In] MAPI session handle.
item [In] Enumerated variable that identifies which configuration information is being requested.
reference [Out] Buffer where configuration information is written.
config_extensions[In/Out] Path of file to create stream on.

RETURNS

A CMD define

IMPLEMENTATION

Declared in "include/xcmc.h". gitlab.winehq.org/wine/wine/blob/master/include/xcmc.h

Implemented in "dlls/mapi32/util.c". gitlab.winehq.org/wine/wine/blob/master/dlls/mapi32/util.c

Debug channel "mapi".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.