RouterUnregisterForPrintAsyncNotifications 함수(prnasntp.h)

이 함수는 RouterUnregisterForPrintAsyncNotifications 프린터 또는 인쇄 서버와 연결된 비동기 알림을 수신하기 위해 등록을 취소합니다.

구문

HRESULT RouterUnregisterForPrintAsyncNotifications(
  [in] HANDLE hNotify
);

매개 변수

[in] hNotify

RouterRegisterForPrintAsyncNotifications 함수에서 반환된 등록 핸들입니다.

반환 값

이 함수는 성공에 대한 S_OK 반환하고, 그렇지 않으면 표준 COM 오류 코드를 반환합니다.

요구 사항

요구 사항
대상 플랫폼 데스크톱
머리글 prnasntp.h(Prnasntp.h 포함)
라이브러리 Spoolss.lib
DLL Spoolss.dll

추가 정보

RouterRegisterForPrintAsyncNotifications