www.pudn.com > tdi_fw.rar > pid_pname.h, change:2009-04-28,size:494b
// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil -*- (for GNU Emacs) // // $Id: pid_pname.h,v 1.1 2009/04/28 12:53:28 tanwen Exp $ #ifndef _pid_pname_h_ #define _pid_pname_h_ void pid_pname_init(void); void pid_pname_free(void); BOOLEAN pid_pname_resolve(ULONG pid, char *buf, int buf_size); NTSTATUS pid_pname_set_event(ULONG pid, KEVENT *event); NTSTATUS pid_pname_set(ULONG pid, const char *pname, int context); int pid_pname_get_context(ULONG pid); #endif