Skip to content

Latest commit

 

History

History
86 lines (66 loc) · 3.52 KB

nf-gdipluseffects-redeyecorrection-getparameters.md

File metadata and controls

86 lines (66 loc) · 3.52 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 req.product ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:gdipluseffects.RedEyeCorrection.GetParameters
RedEyeCorrection::GetParameters (gdipluseffects.h)
The RedEyeCorrection::GetParameters method gets the current values of the parameters of this RedEyeCorrection object.
GetParameters
GetParameters method [GDI+]
GetParameters method [GDI+]
RedEyeCorrection class
RedEyeCorrection class [GDI+]
GetParameters method
RedEyeCorrection.GetParameters
RedEyeCorrection::GetParameters
_gdiplus_CLASS_RedEyeCorrection_GetParameters_
gdiplus._gdiplus_CLASS_RedEyeCorrection_GetParameters_
gdiplus\_gdiplus_CLASS_RedEyeCorrection_GetParameters_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\redeyecorrectionclass\redeyecorrectionmethods\getparameters.htm
12/05/2018
GetParameters, GetParameters method [GDI+], GetParameters method [GDI+],RedEyeCorrection class, RedEyeCorrection class [GDI+],GetParameters method, RedEyeCorrection.GetParameters, RedEyeCorrection::GetParameters, _gdiplus_CLASS_RedEyeCorrection_GetParameters_, gdiplus._gdiplus_CLASS_RedEyeCorrection_GetParameters_
gdipluseffects.h
Gdiplus.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Gdiplus.lib
Gdiplus.dll
Windows
GDI+ 1.1
19H1
RedEyeCorrection::GetParameters
gdipluseffects/RedEyeCorrection::GetParameters
c++
APIRef
kbSyntax
COM
Gdiplus.dll
RedEyeCorrection.GetParameters

RedEyeCorrection::GetParameters

-description

The RedEyeCorrection::GetParameters method gets the current values of the parameters of this RedEyeCorrection object.

-parameters

-param size [in]

Type: UINT*

The size, in bytes, of the buffer pointed to by the parameters parameter.

-param parameters [out]

Type: RedEyeCorrectionParams*

Pointer to a buffer that is large enough to receive a RedEyeCorrectionParams structure followed by an array of RECT structures. To determine the total size of the required buffer, call the GetParameterSize method of the RedEyeCorrection object whose parameters you want to retrieve.

-returns

Type: Status

If the method succeeds, it returns Ok, which is an element of the Status enumeration.

If the method fails, it returns one of the other elements of the Status enumeration.

-see-also

RedEyeCorrection

RedEyeCorrection::SetParameters