Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 VA Outline showing SAL annotations before name
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

CGAllred
New Member

8 Posts

Posted - Jan 27 2016 :  2:49:51 PM  Show Profile  Reply with Quote
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
)

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Jan 28 2016 :  5:02:59 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the sample code.

case=82703
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000