MustCheck
Visual Studio 2005
The MustCheck property specifies whether the caller must inspect the return value of a function. This property is used as a post condition on the return value of a function.
The MustCheck property must be set by using one of the following values:
-
SA_Yes - the return value must be checked; otherwise warning 6031 is issued.
-
SA_No - the return value should not be checked.
Note |
|---|
| The SA_ prefix is optional for C++. |
Note