다음을 통해 공유


CDC::SetAbortProc에 대한 콜백 함수

The name AbortFunc is a placeholder for the application-supplied function name.

BOOL CALLBACK EXPORT AbortFunc( 
   HDC hPr, 
   int code  
);

매개 변수

  • hPr
    Identifies the device context.

  • code
    Specifies whether an error has occurred. It is 0 if no error has occurred. It is SP_OUTOFDISK if the Print Manager is currently out of disk space and more disk space will become available if the application waits. If code is SP_OUTOFDISK, the application does not have to abort the print job. If it does not, it must yield to the Print Manager by calling the PeekMessage or GetMessage Windows function.

반환 값

The return value of the abort-handler function is nonzero if the print job is to continue, and 0 if it is canceled.

설명

The actual name must be exported as described in the Remarks section of CDC::SetAbortProc.

요구 사항

헤더: afxwin.h

참고 항목

참조

CDC::SetAbortProc

기타 리소스

구조체, 스타일, 콜백 및 메시지 맵