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 "xcmc.h". https://source.winehq.org/source/include/xcmc.h

Implemented in "dlls/mapi32/util.c". https://source.winehq.org/source/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 Apr 2024.