Private Declare Function mciGetErrorString Lib "winmm" Alias _ "mciGetErrorStringA" (ByVal dwError As Long, ByVal lpstrBuffer As String, _ ByVal uLength As Long) As Long' Get the description of a MCI error.'' ErrorCode is the code of the error' Return a string with the description of the error.Function GetMCIErrorString(ErrorCode As Long) As String Dim buffer As String * 256 mciGetErrorString ErrorCode, buffer, Len(buffer) GetMCIErrorString = Left$(buffer, InStr(buffer, vbNullChar) - 1)End Function

Why the World Needs More Technology Leadership
As a fact, technology has touched every single aspect of our lives. And there are some technology giants in today’s world which have been frequently opined to have a strong influence on recent overall technological influence. Moreover, those tech giants have popular technology leaders leading the companies toward achieving greatness.