N
news.microsoft.com
public cFileName As String * MAX_PATH
public cAlternate As String * 14
public cAlternate As String * 14
I think this is it: (added this)
<VBFixedString(MAX_PATH),System.Runtime.InteropServices.MarshalAs(System.Run
time.InteropServices.UnmanagedType.ByValTStr,SizeConst:=MAX_PATH)>
Public cFileName As String
<VBFixedString(14),System.Runtime.InteropServices.MarshalAs(System.Runtime.I
nteropServices.UnmanagedType.ByValTStr,SizeConst:=14)>
Public cAlternate As String
* "news.microsoft.com said:public cFileName As String * MAX_PATH
public cAlternate As String * 14