Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VA Outline showing SAL annotations before name

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
CGAllred Posted - Jan 27 2016 : 2:49:51 PM
VA_X.dll file version 10.9.2086.0 built 2015.12.16
Visual Studio 2015 Enterprise Update 1

It seems that for function definitions that have more than one SAL annotation before the function name the VA Outline is not suppressing the annotations. For example this works fine (Outline starts with "WcnStore..."):

_IRQL_requires_max_(PASSIVE_LEVEL)
NTSTATUS
WcnStoreVirtualizationMapping (
    _In_ PWCNFS_MAPPING_CONFIG MappingConfig,
    _In_ ULONG MappingConfigSize
    )


This does not (outline starts with "_IRQL_requires..."):

_IRQL_requires_max_(PASSIVE_LEVEL)
_Must_inspect_result_
PWCHAR
RtlFindUnicodeSubstring (
    _In_ PCUNICODE_STRING FullString,
    _In_ PCUNICODE_STRING SearchString,
    _In_ BOOLEAN CaseInSensitive
)

1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Jan 28 2016 : 5:02:59 PM
I am seeing the same effect here. Thank you for the sample code.

case=82703

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000