On 9/6/2011 5:10 PM, Tracy Pearson wrote: > Fletcher, > > You cannot use the VFP Array. > > BINTOC(xValue, "4RS")+BINTOC(yValue, "4RS") should give you the structure. > > The DECLARE of the API will need to have that parameter be STRING. > > If you need the information back, because it's an in/out parameter, it may > work. > > When I worked with the ShellExecuteEx() API, it worked fine. When I worked > with AllocateAndInitializeSid() and CheckTokenMembership() I needed to > allocate memory and free it with HeapAlloc(), HeapFree(). When I initialized > the allocated memory, I used SYS(2600). API's are a fun puzzle (for some).
Sounds like an Excedrin moment to me! <g> -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 _______________________________________________ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/4e669085.10...@mbsoftwaresolutions.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.