Changeset 3990 for trunk/doc


Ignore:
Timestamp:
Aug 11, 2000, 12:54:06 PM (25 years ago)
Author:
sandervl
Message:

doc update

Location:
trunk/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/Notes.txt

    r3811 r3990  
    1313    Use OSLibGpi* functions or create a new function called Odin* which
    1414    doesn't add metafile data
     15
     16- DosSetFileLocksL:
     17  an offset with anything other than 0 in the top dword will only work
     18  on IFSes that support 64 bit access. For now, that's just JFS. Thus,
     19  your observation that this works on JFS and fails on HPFS is what
     20  we'd expect.
  • trunk/doc/Porting.txt

    r3811 r3990  
    1 /* $Id: Porting.txt,v 1.1 2000-07-09 22:27:54 phaller Exp $ */
     1/* $Id: Porting.txt,v 1.2 2000-08-11 10:54:06 sandervl Exp $ */
    22
    33            Porting Win32 applications to OS/2 using Odin - 991212
     
    8585and, again, a pointer to the resource object. (as produced by wrc)
    8686The resource pointer can be NULL.
     87The handle returned by RegisterLxDll must be used when calling UnregisterLxDll.
    8788
    8889In the skeleton dll entrypoint we also call ctordtorInit/Term to create/destroy
Note: See TracChangeset for help on using the changeset viewer.