IFaxInboundRoutingExtension::get_MinorBuild method (faxcomex.h)

The IFaxInboundRoutingExtension::get_MinorBuild property is a value that specifies the minor part of the build number for the fax routing extension's DLL.

This property is read-only.

Syntax

HRESULT get_MinorBuild(
  long *plMinorBuild
);

Parameters

plMinorBuild

Return value

None

Remarks

The standard format for build numbers is MajorVersion.MinorVersion.MajorBuild.MinorBuild.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxInboundRoutingExtension

IFaxInboundRoutingExtension

Visual Basic Example