# Odma32-2007-01-07-2254-log.txt     UTF-8                    dh:2007-01-07
#
# This operation demonstrates that the updated SelectDoc function is
# succeeding, and that a valid ODMOpenDoc request is being made.  There is
# also a successful CloseDoc.
#    This could be because the makeWorkingDocument is not working.
# Actually, OdmJniView class has failed to compile.  So this behavior
# is correct.  What is interesting is that the document was closed.  I
# think that is because we released our version and OdmJniView had not
# already claimed its version.  So things are actually working very well.
#

ODMRegisterApp
    Input parameters:
    version=100(64)
    lpszAppId=OdmNativeTest;
    dwEnvData=5179066(4f06ba)
    Output parameters:
    odmHandle=183046400(ae91100)
    Return value=0(0)
ODMSelectDoc
    Input parameters:
    odmHandle=183046400(ae91100)
    pdwFlags=0(0)
    Output parameters:
    lpszDocId=::ODMA\ODMASAMP\13-37-41-53;
    pdwFlags=0(0)
    Return value=0(0)
ODMOpenDoc
    Input parameters:
    odmHandle=183046400(ae91100)
    flags=1(1)
    lpszDocId=::ODMA\ODMASAMP\13-37-41-53;
    Output parameters:
    lpszDocLocation=C:\DOCUME~1\orcmid\LOCALS~1\Temp\ODM24.txt;
    Return value=0(0)
ODMCloseDoc
    Input parameters:
    odmHandle=183046400(ae91100)
    lpszDocId=::ODMA\ODMASAMP\13-37-41-53;
    activeTime=-1(ffffffff)
    pagesPrinted=-1(ffffffff)
    sessionData address=0(0)
    dataLen=0(0)
    No output parameters
    Return value=0(0)
ODMUnRegisterApp
    Input parameters:
    odmHandle=183046400(ae91100)
    No output parameters
    No return value

# $Header: /ODMdev/info/odma/odmjni100/test/Check03/Odma32-2007-01-07-2254-log.txt 1     07-01-08 23:36 Orcmid $

#                  *** end of Odma32-2007-01-07-2254-log.txt ***