SYSDBG_KD_PULL_REMOTE_FILE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTEXAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)

/**
 * The SYSDBG_KD_PULL_REMOTE_FILE structure describes a request to retrieve
 * a remote file through the kernel debugger transport.
 */
typedef struct _SYSDBG_KD_PULL_REMOTE_FILE
{
    UNICODE_STRING ImageFileName;
} SYSDBG_KD_PULL_REMOTE_FILE, *PSYSDBG_KD_PULL_REMOTE_FILE;

#endif
#endif

View code on GitHub

NtDoc

No description available.