1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 20:05:08 +03:00

spelling: pointed

This commit is contained in:
Josh Soref 2018-02-28 04:43:28 +00:00
parent 1d93eaa253
commit d38b410337

View File

@ -435,7 +435,7 @@ LONG PacketDumpRegistryKey(PCHAR KeyName, PCHAR FileName)
\brief Returns the version of a dll or exe file \brief Returns the version of a dll or exe file
\param FileName Name of the file whose version has to be retrieved. \param FileName Name of the file whose version has to be retrieved.
\param VersionBuff Buffer that will contain the string with the file version. \param VersionBuff Buffer that will contain the string with the file version.
\param VersionBuffLen Length of the buffer poited by VersionBuff. \param VersionBuffLen Length of the buffer pointed by VersionBuff.
\return If the function succeeds, the return value is TRUE. \return If the function succeeds, the return value is TRUE.
\note uses the GetFileVersionInfoSize() and GetFileVersionInfo() WIN32 API functions \note uses the GetFileVersionInfoSize() and GetFileVersionInfo() WIN32 API functions