rbmm / pdbutil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how long c++ name of class/struct can be ? i found struct with 1404 symbols in name. but think this is not record.

struct Selector<
    ImplementsHelper<
        RuntimeClassFlags<ClassicCom>,
        0,
        ImplementsMarker<CImmersiveShellComponentWithSite>,
        ChainInterfaces<ITabletModePositioner, IBasicPositioner>,
        ChainInterfaces<IApplicationViewStatePositioner, IBasicPositioner>,
        ITabletModePositionerInternal,
        ITabletModePositionerPriv,
        IStartDismissalPolicy,
        IShellPositionerViewHandoff,
        IApplicationViewChangeListener,
        ITabletModeChangeListener,
        IImmersiveMonitorNotification,
        Implements<
            RuntimeClassFlags<ClassicCom>,
            IShellPositionerWindowingDelegationHandler,
            IImmersiveShellHookNotification,
            IMultitaskingViewVisibilityNotification,
            IShellTargetingChangeNotification,
            IFullScreenPositionerPrivateNotification,
            ITransitionNotification
        > 
    >,
    ImplementsHelper<
        RuntimeClassFlags<ClassicCom>,
        1,
        ChainInterfaces<ITabletModePositioner, IBasicPositioner>,
        ChainInterfaces<IApplicationViewStatePositioner, IBasicPositioner>,
        ITabletModePositionerInternal,
        ITabletModePositionerPriv,
        IStartDismissalPolicy,
        IShellPositionerViewHandoff,
        IApplicationViewChangeListener,
        ITabletModeChangeListener,
        IImmersiveMonitorNotification,
        Implements<
            RuntimeClassFlags<ClassicCom>,
            IShellPositionerWindowingDelegationHandler,
            IImmersiveShellHookNotification,
            IMultitaskingViewVisibilityNotification,
            IShellTargetingChangeNotification,
            IFullScreenPositionerPrivateNotification,
            ITransitionNotification
        > 
    > 
>

About


Languages

Language:C++ 97.8%Language:C 2.2%Language:Assembly 0.0%