Skip to content

Latest commit

 

History

History
73 lines (61 loc) · 3.21 KB

ns-iscsidsc-iscsi_target_portal_groupa.md

File metadata and controls

73 lines (61 loc) · 3.21 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
NS:iscsidsc.ISCSI_TARGET_PORTAL_GROUPA
ISCSI_TARGET_PORTAL_GROUPA (iscsidsc.h)
ISCSI_TARGET_PORTAL_GROUP. (ANSI)
*PISCSI_TARGET_PORTAL_GROUPA
ISCSI_TARGET_PORTAL_GROUP
ISCSI_TARGET_PORTAL_GROUP structure [iSCSI Discovery Library API]
ISCSI_TARGET_PORTAL_GROUPA
ISCSI_TARGET_PORTAL_GROUPW
PISCSI_TARGET_PORTAL_GROUP
PISCSI_TARGET_PORTAL_GROUP structure pointer [iSCSI Discovery Library API]
iscsidisc.iscsi_target_portal_group
iscsidsc/ISCSI_TARGET_PORTAL_GROUP
iscsidsc/ISCSI_TARGET_PORTAL_GROUPA
iscsidsc/ISCSI_TARGET_PORTAL_GROUPW
iscsidsc/PISCSI_TARGET_PORTAL_GROUP
iscsidisc\iscsi_target_portal_group.htm
iSCSIDisc
8b7e874b-5d2b-4948-98f2-1bcd6d4f8ca6
12/05/2018
*PISCSI_TARGET_PORTAL_GROUPA, ISCSI_TARGET_PORTAL_GROUP, ISCSI_TARGET_PORTAL_GROUP structure [iSCSI Discovery Library API], ISCSI_TARGET_PORTAL_GROUPA, ISCSI_TARGET_PORTAL_GROUPW, PISCSI_TARGET_PORTAL_GROUP, PISCSI_TARGET_PORTAL_GROUP structure pointer [iSCSI Discovery Library API], iscsidisc.iscsi_target_portal_group, iscsidsc/ISCSI_TARGET_PORTAL_GROUP, iscsidsc/ISCSI_TARGET_PORTAL_GROUPA, iscsidsc/ISCSI_TARGET_PORTAL_GROUPW, iscsidsc/PISCSI_TARGET_PORTAL_GROUP
iscsidsc.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
ISCSI_TARGET_PORTAL_GROUPW (Unicode) and ISCSI_TARGET_PORTAL_GROUPA (ANSI)
Windows
ISCSI_TARGET_PORTAL_GROUPA, *PISCSI_TARGET_PORTAL_GROUPA
19H1
PISCSI_TARGET_PORTAL_GROUPA
iscsidsc/PISCSI_TARGET_PORTAL_GROUPA
ISCSI_TARGET_PORTAL_GROUPA
iscsidsc/ISCSI_TARGET_PORTAL_GROUPA
c++
APIRef
kbSyntax
HeaderDef
Iscsidsc.h
ISCSI_TARGET_PORTAL_GROUP
ISCSI_TARGET_PORTAL_GROUPA
ISCSI_TARGET_PORTAL_GROUPW

ISCSI_TARGET_PORTAL_GROUPA structure

-description

The ISCSI_TARGET_PORTAL_GROUP structure contains information about the portals associated with a portal group.

-struct-fields

-field Count

The number of portals in the portal group.

-field Portals

An array of ISCSI_TARGET_PORTAL structures that describe the portals associated with the portal group. Portal names and addresses are described by either wide-character or ascii strings, depending upon implementation.

-remarks

Note

The iscsidsc.h header defines ISCSI_TARGET_PORTAL_GROUP as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.