php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_ioutil_open_opts Struct Reference

#include <ioutil.h>

Data Fields

DWORD access
 
DWORD share
 
DWORD disposition
 
DWORD attributes
 

Detailed Description

Definition at line 94 of file ioutil.h.

Field Documentation

◆ access

DWORD php_ioutil_open_opts::access

Definition at line 95 of file ioutil.h.

◆ attributes

DWORD php_ioutil_open_opts::attributes

Definition at line 98 of file ioutil.h.

◆ disposition

DWORD php_ioutil_open_opts::disposition

Definition at line 97 of file ioutil.h.

◆ share

DWORD php_ioutil_open_opts::share

Definition at line 96 of file ioutil.h.


The documentation for this struct was generated from the following file: