Prefast declaration update

This commit is contained in:
2016-08-15 15:10:42 +02:00
parent 3d6849a523
commit e34d2ba275
6 changed files with 15 additions and 15 deletions

View File

@@ -224,7 +224,7 @@ void eap::credentials_pass::operator>>(_Inout_ cursor_in &cursor)
}
void eap::credentials_pass::store(_In_ LPCTSTR pszTargetName) const
void eap::credentials_pass::store(_In_z_ LPCTSTR pszTargetName) const
{
assert(pszTargetName);
@@ -263,7 +263,7 @@ void eap::credentials_pass::store(_In_ LPCTSTR pszTargetName) const
}
void eap::credentials_pass::retrieve(_In_ LPCTSTR pszTargetName)
void eap::credentials_pass::retrieve(_In_z_ LPCTSTR pszTargetName)
{
assert(pszTargetName);