Table of Contents

Class ObjSel._DS_SELECTION_LIST

Namespace
Innova.Prism.Library.Security.LowLevel
Assembly
Innova.Prism.Library.dll

A managed helper for ObjSel.DS_SELECTION_LIST to compensate for the Marshal's incompetence. It's probably not a final solution.

public class ObjSel._DS_SELECTION_LIST
Inheritance
ObjSel._DS_SELECTION_LIST

Constructors

_DS_SELECTION_LIST(IntPtr)

Reads Struct and also aDsSelection from unmanaged memory. If we don't read the array now, then only aDsSelection would be preserved in managed memory and we'd lose the rest.

Fields

Struct

The actual structure that the unmanaged interfaces work with.

aDsSelection

Provides read-only access to aDsSelection.