org.jruby.ext.posix
Interface WindowsLibC

All Superinterfaces:
LibC, com.sun.jna.Library

public interface WindowsLibC
extends LibC


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Method Summary
 int _open_osfhandle(int handle, int flags)
           
 int _utime64(String filename, UTimBuf64 times)
           
 
Methods inherited from interface org.jruby.ext.posix.LibC
chmod, chown, endgrent, endpwent, fork, fstat, fstat64, getegid, geteuid, getgid, getgrent, getgrgid, getgrnam, getlogin, getpgid, getpgid, getpgrp, getpid, getppid, getpriority, getpwent, getpwnam, getpwuid, getuid, isatty, kill, lchmod, lchown, link, lstat, lstat64, mkdir, readlink, setegid, seteuid, setgid, setgrent, setpgid, setpgrp, setpriority, setpwent, setsid, setuid, stat, stat64, symlink, umask, utimes, wait, waitpid
 

Method Detail

_open_osfhandle

int _open_osfhandle(int handle,
                    int flags)

_utime64

int _utime64(String filename,
             UTimBuf64 times)


Copyright © 2011. All Rights Reserved.