Share via


AcRedirNotifySetEnabled function

Enables or disables tracing for redirection.

Syntax

VOID AcRedirNotifySetEnabled(
  _In_ BOOL enabled
);

Parameters

  • enabled [in]
    A BOOL that specifies TRUE to enable notification callbacks, or FALSE to disable callbacks. When enabled, any callbacks set with AcRedirNotify are invoked at the appropriate time.

Return value

No return value.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Header

Acredir.h

Library

Acredir.lib

DLL

Acredir.dll

See also

Reference

AcRedirNotify

AcRedirSetEnabled