IPrintAsyncNotify::CreatePrintAsyncNotifyRegistration method (prnasntp.h)

Defines the IPrintAsyncNotify::CreatePrintAsyncNotifyRegistration method.

Syntax

HRESULT CreatePrintAsyncNotifyRegistration(
  PrintAsyncNotificationType        *unnamedParam1,
  PrintAsyncNotifyUserFilter        unnamedParam2,
  PrintAsyncNotifyConversationStyle unnamedParam3,
  IPrintAsyncNotifyCallback         *unnamedParam4,
  IPrintAsyncNotifyRegistration     **unnamedParam5
);

Parameters

unnamedParam1

Defines the PrintAsyncNotificationType parameter unnamedParam1.

unnamedParam2

Defines the PrintAsyncNotifyUserFilter parameter unnamedParam2.

unnamedParam3

Defines the PrintAsyncNotifyConversationStyle parameter unnamedParam3.

unnamedParam4

Defines the IPrintAsyncNotifyCallback parameter unnamedParam4.

unnamedParam5

Defines the IPrintAsyncNotifyRegistration parameter unnamedParam5.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Target Platform Windows
Header prnasntp.h (include Prnasntp.h)

See also

IPrintAsyncNotify