SetNonAssemblyFlags Method

Sets flags that are not assembly-specific.

HRESULT SetNonAssemblyFlags(
    AssemblyFlags afFlags
) PURE;

Parameters

  • afFlags
    ALink flags.

Return Value

Returns S_OK if the method succeeds.

Requirements

Requires alink.h

See Also

Concepts

ALink API (Unmanaged API Reference)

Other Resources

IALink Interface

IALink2 Interface