pe_factory_code |
Returns the factory code of the specified object.
int pe_factory_code(struct pe_struct_t *p);
p | The pointer to an object |
Returns the factory code of the object if the object is predefined.
On success, the factory code of a predefined object. On failure, zero.
int pcs1_code = pe_factory_code(pcs1);