Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. schakal

    How do you use safearrays???

    Look in MSDN: SafeArrayGetUBound, SafeArrayGetElement, SafeArrayPutElement and other. Small functions for manipulate safearray vectors: void OLECreateVector(long iLen, _variant_t* pvarArr) { SAFEARRAYBOUND rgsabound[1]; rgsabound[0].cElements = iLen; rgsabound[0].lLbound = 0; SAFEARRAY *...

Part and Inventory Search

Back
Top