You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\froman\fcharset0 Times New Roman;}{\f1\froman Times New Roman;}}
\viewkind4\uc1\pard\b\f0\fs36 SFmpqapi for Visual Basic\b0\f1\fs20\par
\f0\par
When using SFileReadFile, create a byte array, resize the byte array according to the amount of data you want to read, and pass the array to the function by putting (0) after the name of the variable containing the byte array.\par
\par
For any optional parameters you are not using, for most functions you should use ByVal 0& for the parameter. This should work most or all of the time, but if it doesn't, just use the parameter how you normally would.\par