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

#include <lsapilib.h>

Data Fields

char * pKey
 
char * pValue
 
int keyLen
 
int valLen
 

Detailed Description

Definition at line 63 of file lsapilib.h.

Field Documentation

◆ keyLen

int LSAPI_key_value_pair::keyLen

Definition at line 67 of file lsapilib.h.

◆ pKey

char* LSAPI_key_value_pair::pKey

Definition at line 65 of file lsapilib.h.

◆ pValue

char* LSAPI_key_value_pair::pValue

Definition at line 66 of file lsapilib.h.

◆ valLen

int LSAPI_key_value_pair::valLen

Definition at line 68 of file lsapilib.h.


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