Lines Matching refs:success
49 Dim success As Long variable
64 success = GetPrivateProfileString(lpSectionName, _
71 If success Then
72 ProfileGetItem = Left$(ret, success)
156 Dim success As Long variable
168 success = GetPrivateProfileString( _
177 If success Then
180 ret = Left$(ret, success)
210 Dim success As Long variable
222 success = GetPrivateProfileString( _
231 If success Then
234 ret = Left$(ret, success)