Skip to content

Latest commit

 

History

History
78 lines (62 loc) · 2.36 KB

nf-fxsutility-cansendtofaxrecipient.md

File metadata and controls

78 lines (62 loc) · 2.36 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:fxsutility.CanSendToFaxRecipient
CanSendToFaxRecipient function (fxsutility.h)
Called by an application to determine whether to make a menu item or other UI available that calls the Windows Vista function SendToFaxRecipient.
CanSendToFaxRecipient
CanSendToFaxRecipient function [Fax Service]
_mfax_cansendtofaxrecipient
fax._mfax_cansendtofaxrecipient
fxsutility/CanSendToFaxRecipient
fax\_mfax_cansendtofaxrecipient.htm
Fax
VS|fax|~\fax\reference\shellextension\f\faxshell_cansendtofaxrecipient.htm
12/05/2018
CanSendToFaxRecipient, CanSendToFaxRecipient function [Fax Service], _mfax_cansendtofaxrecipient, fax._mfax_cansendtofaxrecipient, fxsutility/CanSendToFaxRecipient
fxsutility.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Fxsutility.dll
Windows
19H1
CanSendToFaxRecipient
fxsutility/CanSendToFaxRecipient
c++
APIRef
kbSyntax
DllExport
Fxsutility.dll
CanSendToFaxRecipient

CanSendToFaxRecipient function

-description

Called by an application to determine whether to make a menu item or other UI available that calls the Windows Vista function SendToFaxRecipient.

-returns

Type: BOOL

TRUE, if the following conditions are met; otherwise FALSE.

  • The operating system is Windows Vista or later.
  • The fax service is installed.
  • The current user has a fax account setup with the fax service.

-remarks

Typically, this function is called when the application launches.

-see-also

SendToFaxRecipient

Shell Fax Extension Functions