MCPcopy Create free account
hub / github.com/d35ha/CallObfuscator / _ValuesArray2

Class _ValuesArray2

include/shellcode.hpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92 // Api set schema another version value entry.
93 typedef struct _ValuesArray2 {
94 DWORD Count; /*!< Number of values. */
95 DWORD NameLength; /*!< Length of name. */
96 DWORD DataOffset; /*!< Offset to the values. */
97 } ValuesArray2, * PValuesArray2;
98
99 // Api set schema another version values entry.
100 typedef struct _ValuesEntry2 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected