cinvoke-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cinvoke-svn] r33 - trunk/cinvoke/lib


From: will
Subject: [cinvoke-svn] r33 - trunk/cinvoke/lib
Date: 16 Jun 2006 09:38:05 -0400

Author: will
Date: 2006-06-16 09:38:05 -0400 (Fri, 16 Jun 2006)
New Revision: 33

Modified:
   trunk/cinvoke/lib/cinvoke.h
Log:
another doc update


Modified: trunk/cinvoke/lib/cinvoke.h
===================================================================
--- trunk/cinvoke/lib/cinvoke.h 2006-06-16 13:35:55 UTC (rev 32)
+++ trunk/cinvoke/lib/cinvoke.h 2006-06-16 13:38:05 UTC (rev 33)
@@ -352,16 +352,16 @@
 * \param[out] value_out A pointer to memory which will hold the
 * returned value.  If the value being retrieved is a pointer, you
 * should pass a pointer to a buffer big enough to hold a pointer. In
-* other words, this is wrong:
+* other words, this is \b wrong:
 * \code
 * void *ptr;
-* cinv_structure_instance_getvalue(ctx, strct, inst, "mymember",
+* cinv_structure_instance_getvalue(ctx, strct, inst, "my_ptr_member",
 *      ptr);
 * \endcode
 * This is correct:
 * \code
 * void *ptr;
-* cinv_structure_instance_getvalue(ctx, strct, inst, "mymember",
+* cinv_structure_instance_getvalue(ctx, strct, inst, "my_ptr_member",
 *      &ptr);
 * \endcode
 * \return A standard C/Invoke status code.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]