The GetInnerClassModifiers method of the IRemoteInnerClassField interface returns a bitmask of flags from the FIELDMODIFIERS enumeration describing the modifiers of this inner class.
HRESULT GetInnerClassModifiers (FIELDMODIFIERS *pulModifiers)
[out] pulModifiers | Returns the modifiers for this inner class. |
S_OK Success.