× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



When working with APIs that have an API Error Data structure as part of the 
return, how do I define it.  I am attempting to work with APIs but keep getting 
a error:
                         Additional Message Information                         
                                                                                
 Message ID . . . . . . :   CPF9549       Severity . . . . . . . :   40         
 Message type . . . . . :   Escape                                              
 Date sent  . . . . . . :   11/22/06      Time sent  . . . . . . :   11:56:26   
                                                                                
 Message . . . . :   Error addressing API Parameter.                            
 Cause . . . . . :   An error occurred addressing parameter 8 of the            
   QteRetrieveModuleViews API. The reason code was 2.  The following are the    
   reasons why this message is issued.                                          
     1 -- A pointer was used that is not available for use while running in the 
   current program state.                                                       
     2 -- A pointer was used which did not point to storage that could be       
   addressed for the parameter.  The pointer may be null or may point to        
   storage that does not exist.                                                 
 Recovery  . . . :   Refer to the System Programmer's Interface Reference       
   (SC41-8223) for a discussion of using the source debug programming           
   interfaces.                                                                  
                                                                        More... 
 Press Enter to continue.                                                       
                                                                                
 F3=Exit   F6=Print   F9=Display message details   F12=Cancel                   
 F21=Select assistance level                                                    
                                                                                

So from the depth of desperation hell, I ask you for help: How do I define the 
parameter in the prototype so that I won't get this error.  I have tried a few 
things and nothing seems to work.


For example:

   D xAPIErr                      likeds(APIERR)

and
   D xAPIErr                    *

But nothing seems to work. 

What am I doing wrong?

Marvin



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.