wpQueryPointerFromContents - Example Code

This example shows how to obtain the data from a data file.

   PVOID        pData;

   /* Get the data from the data file  */
   pData = _wpQueryPointerFromContents(somSelf);

   /****** Process the data from the data file *****/

   /* Free the shared memory object     */
   DosFreeMem(pData);


[Back: wpQueryPointerFromContents - Related Methods]
[Next: wpQueryPointerFromContents - Topics]