Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

* options in edmiRemoteMemoryLogging() */
#define START_OPTIONS
#define  CLOSE_MEMORY_LOGGING                 0100000
#define  START_MEMORY_LOGGING                 0200000                 
#define  STOP_MEMORY_LOGGING                  0400000
#define  RESTART_MEMORY_LOGGING              01000000 
#define  GET_CURRENT_MEMORY_LOGGING_RESULT   02000000
#define  GET_CLOSED_MEMORY_LOGGING_RESULT    04000000
#define END_OPTIONS
#if defined(__STDC__) || defined(__cplusplus)

EdmiError         _CDECL edmiRemoteMemoryLogging            (SdaiServerContext       serverContextId,
                                                             SdaiOptions             options,
                                                             SdaiString              password,                   /* optional argument */
                                                             SdaiString              localFileName,
                                                             SdaiSelect              extensionArg1,
                                                             SdaiSelect              extensionArg2,
                                                             SdaiSelect              extensionArg3,
                                                             SdaiInvocationId       *edmiInvocationId);


This function is intended for analysis of memory usage - expert usage only (smile)

Arguments


TypeNameComment
SdaiServerContext

serverContextId

Context identification, from edmiDefineServerContext

SdaiOptions

options

See description of available options below.

SdaiString

password


SdaiString

localFileName


SdaiSelect

extensionArg1


SdaiSelect

extensionArg2


SdaiSelectextensionArg3
SdaiInvocationId

edmiInvocationId

Currently not used.

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.

 

Options


  

OptionComment


.

 

Example


 

/* log memory*/ 

 

See also

Filter by label

There are no items with the selected labels at this time.

 

  • No labels