Skip to content

Latest commit

 

History

History
71 lines (54 loc) · 1.94 KB

nf-wiamdef-wiasgetchildrencontexts.md

File metadata and controls

71 lines (54 loc) · 1.94 KB
UID title description old-location tech.root ms.date keywords 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 f1_keywords topic_type api_type api_location api_name
NF:wiamdef.wiasGetChildrenContexts
wiasGetChildrenContexts function (wiamdef.h)
The wiasGetChildrenContexts function retrieves an array of item contexts belonging to the current item's children.
image\wiasgetchildrencontexts.htm
image
05/03/2018
wiasGetChildrenContexts function
image.wiasgetchildrencontexts, wiamdef/wiasGetChildrenContexts, wiasFncs_fff487b8-2797-4df4-ae22-f25c08f21dfc.xml, wiasGetChildrenContexts, wiasGetChildrenContexts function [Imaging Devices]
wiamdef.h
Wiamdef.h
Desktop
Wiaservc.lib
Wiaservc.dll
Windows
wiasGetChildrenContexts
wiamdef/wiasGetChildrenContexts
APIRef
kbSyntax
DllExport
Wiaservc.dll
wiasGetChildrenContexts

wiasGetChildrenContexts function

-description

The wiasGetChildrenContexts function retrieves an array of item contexts belonging to the current item's children.

-parameters

-param pParentContext [in]

Pointer to the parent item.

-param pulNumChildren [out]

Pointer to a memory location that receives the number of children contexts.

-param pppChildren [out]

Pointer to a memory location that points to an array whose elements are addresses of IWiaItem objects. Each IWiaItem object represents one child context.

-returns

On success, the function returns S_OK.

If the function fails, it returns a standard COM error or one of the WIA error codes.