|
Last change
on this file was 6815, checked in by bird, 24 years ago |
|
Updated to work for kKrnlLib.DLL and internally in kKrnlLib.
|
|
File size:
486 bytes
|
| Line | |
|---|
| 1 | /* $Id: OS2KSEC.h,v 1.2 2001-09-26 03:52:36 bird Exp $
|
|---|
| 2 | *
|
|---|
| 3 | * OS/2 Kernel Security helpers : prototypes, typedefs and macros.
|
|---|
| 4 | *
|
|---|
| 5 | * Project Odin Software License can be found in LICENSE.TXT
|
|---|
| 6 | *
|
|---|
| 7 | */
|
|---|
| 8 |
|
|---|
| 9 | #ifndef _OS2KSEC_h_
|
|---|
| 10 | #define _OS2KSEC_h_
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 | /**
|
|---|
| 14 | * Gets the path (name with fully qualified path) from a SFN.
|
|---|
| 15 | * @returns Pointer to the path of hFile.
|
|---|
| 16 | * @param hFile SFN filehandle.
|
|---|
| 17 | */
|
|---|
| 18 | PSZ SECCALL SecPathFromSFN(SFN hFile);
|
|---|
| 19 | PSZ SECCALL OrgSecPathFromSFN(SFN hFile);
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 | #endif
|
|---|
| 23 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.