Jump to content

KernLockFile: Difference between revisions

From EDM2
Created page with "==Synopsis== APIRET APIENTRY KernLockFile(HFILE hfd,KEEhfile* khfd); ==Description== This function converts a user space file handle to a system file table pointer. ==Parame..."
 
Line 7: Line 7:
==Parameters==
==Parameters==


hfd
; hfd : User space file handle  
    User space file handle  
 
khfd
; khfd : Pointer to an variable to return the SFT entry pointer.
    Pointer to an variable to return the SFT entry pointer.  


==Comments==
==Comments==

Revision as of 14:08, 23 June 2016

Synopsis

APIRET APIENTRY KernLockFile(HFILE hfd,KEEhfile* khfd);

Description

This function converts a user space file handle to a system file table pointer.

Parameters

hfd
User space file handle
khfd
Pointer to an variable to return the SFT entry pointer.

Comments

This is some sort of DosOpen to access user files. This seems to be a kludge required for some feature of JFS.