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

Data Fields

zend_object std
 
long codepage
 
IUnknown * unk
 
IPersistStream * ips
 
IPersistStreamInit * ipsi
 
IPersistFile * ipf
 

Detailed Description

Definition at line 278 of file com_persist.c.

Field Documentation

◆ codepage

long php_com_persist_helper::codepage

Definition at line 280 of file com_persist.c.

◆ ipf

IPersistFile* php_com_persist_helper::ipf

Definition at line 284 of file com_persist.c.

◆ ips

IPersistStream* php_com_persist_helper::ips

Definition at line 282 of file com_persist.c.

◆ ipsi

IPersistStreamInit* php_com_persist_helper::ipsi

Definition at line 283 of file com_persist.c.

◆ std

zend_object php_com_persist_helper::std

Definition at line 279 of file com_persist.c.

◆ unk

IUnknown* php_com_persist_helper::unk

Definition at line 281 of file com_persist.c.


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