Skip to content

Latest commit

 

History

History
86 lines (67 loc) · 3.69 KB

nf-gpmgmt-igpmrsop-generatereport.md

File metadata and controls

86 lines (67 loc) · 3.69 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:gpmgmt.IGPMRSOP.GenerateReport
IGPMRSOP::GenerateReport (gpmgmt.h)
The GenerateReport method generates a report on the RSoP data.
GenerateReport
GenerateReport method [GPMC]
GenerateReport method [GPMC]
IGPMRSOP interface
IGPMRSOP interface [GPMC]
GenerateReport method
IGPMRSOP.GenerateReport
IGPMRSOP::GenerateReport
gpmc.igpmrsop_generatereport
gpmgmt/IGPMRSOP::GenerateReport
gpmc\igpmrsop_generatereport.htm
gpmc
86766a08-4f3a-4758-8abc-83db3408f0fd
12/05/2018
GenerateReport, GenerateReport method [GPMC], GenerateReport method [GPMC],IGPMRSOP interface, IGPMRSOP interface [GPMC],GenerateReport method, IGPMRSOP.GenerateReport, IGPMRSOP::GenerateReport, gpmc.igpmrsop_generatereport, gpmgmt/IGPMRSOP::GenerateReport
gpmgmt.h
Windows
Windows Vista
Windows Server 2008
Gpmgmt.idl
Gpmgmt.dll
Windows
19H1
IGPMRSOP::GenerateReport
gpmgmt/IGPMRSOP::GenerateReport
c++
APIRef
kbSyntax
COM
Gpmgmt.dll
IGPMRSOP.GenerateReport

IGPMRSOP::GenerateReport

-description

The GenerateReport method generates a report on the RSoP data.

-parameters

-param gpmReportType [in]

Specifies whether the report is in XML or HTML.

-param pvarGPMProgress [in, optional]

Pointer to an IGPMAsyncProgress interface that allows the client to receive status notifications about the progress of report generation. If this parameter is not NULL, the call to GenerateReport is handled asynchronously. If this parameter is NULL the call to GenerateReport is handled synchronously and a pointer to a IGPMAsyncCancel interface is returned in pvarGPMCancel. This parameter must be NULL if the client should not receive asynchronous notifications.

-param pvarGPMCancel [out, optional]

Receives a pointer to an IGPMAsyncCancel interface that the client can use to cancel the report generation. This parameter is not returned when pvarGPMProgress is NULL.

-param ppIGPMResult [out]

Pointer to an IGPMResult. The Result property contains a binary string of XML or HTML. The Status property contains a reference to an IGPMStatusMsgCollection.

-returns

C++

Returns S_OK if successful. Returns a failure code if an error occurs.

JScript

Returns a reference to a GPMResult object.

VB

Returns a reference to a GPMResult object.

-see-also

IGPMRSOP