]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dynlib.h
Moved list of subclasses away from 'classes overview' corrected some wxGrid overview...
[wxWidgets.git] / interface / wx / dynlib.h
index 9e128611a06358aafeff03e2e33a3d2f6249bc32..5810f64b6abc816d8630cf860431f7947a9cfc9b 100644 (file)
@@ -34,7 +34,7 @@ public:
         @return @true if the load address and module size were retrieved,
                  @false if this information is not available.
     */
         @return @true if the load address and module size were retrieved,
                  @false if this information is not available.
     */
-    bool GetAddress(void** addr, size_t len) const;
+    bool GetAddress(void* addr, size_t* len) const;
 
     /**
         Returns the base name of this module, e.g. @c "kernel32.dll" or
 
     /**
         Returns the base name of this module, e.g. @c "kernel32.dll" or
@@ -156,7 +156,7 @@ public:
 
         @see wxDYNLIB_FUNCTION()
     */
 
         @see wxDYNLIB_FUNCTION()
     */
-    void* GetSymbol(const wxString& name) const;
+    void* GetSymbol(const wxString& name, bool* success = 0) const;
 
     /**
         This function is available only under Windows as it is only useful when
 
     /**
         This function is available only under Windows as it is only useful when