Table of Contents

Class ObjSel._DSOP_INIT_INFO

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

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

public class ObjSel._DSOP_INIT_INFO
Inheritance
ObjSel._DSOP_INIT_INFO

Fields

Struct

The actual structure that the unmanaged interfaces work with.

Properties

aDsScopeInfos

Provides easy access to the scopes array. Takes care of cleaning up, too. Don't mess with aDsScopeInfos or cDsScopeInfos if you use this!

apwzAttributeNames

Provides easy access to the attribute names array. Takes care of cleaning up, too. Don't mess with apwzAttributeNames or cAttributesToFetch if you use this!

Methods

~_DSOP_INIT_INFO()

Unmanaged stuff clean up.