Documentation update

This commit is contained in:
2016-08-05 15:52:27 +02:00
parent 54bb2050fa
commit 2711425677
7 changed files with 42 additions and 2 deletions

View File

@@ -93,6 +93,10 @@ namespace eap
///
/// Test credentials if blank
///
/// \returns
/// - \c true if blank
/// - \c false otherwise
///
virtual bool empty() const;
/// \name XML credentials management

View File

@@ -117,6 +117,10 @@ namespace eap
///
/// \sa [EapPeerCredentialsXml2Blob function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363603.aspx)
///
/// \returns
/// - \c true if succeeded
/// - \c false otherwise. See \p ppEapError for details.
///
virtual bool credentials_xml2blob(
_In_ DWORD dwFlags,
_In_ IXMLDOMNode *pConfigRoot,