mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-27 14:50:24 +00:00
5f3082793c
Some documentation fixes (mostly aesthetics).
30 lines
827 B
HTML
30 lines
827 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>PLUG_SETUPSTRUCT</title>
|
|
<meta name="GENERATOR" content="WinCHM">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<style>
|
|
html,body {
|
|
/* Default Font */
|
|
font-family: Courier New;
|
|
font-size: 11pt;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<P><STRONG>plugsetup</STRONG><BR>This structure is used by the function that allows the
|
|
creation of plugin menu entries:</P>
|
|
<P>
|
|
struct <STRONG>PLUG_SETUPSTRUCT</STRONG>
|
|
<BR>{<BR> <EM>//data provided by the debugger to
|
|
the plugin.</EM>
|
|
<BR> [IN] <STRONG>HWND</STRONG> hwndDlg; //GUI window
|
|
handle<BR> [IN]
|
|
<STRONG>int</STRONG> hMenu; //plugin menu
|
|
handle<BR>
|
|
};</P></body>
|
|
</html>
|