代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/455463/1614755
m pi_limbox_transforms.m
function PI_limbox_transforms(hObject, eventdata, handles)
h=get(gcf,'userdata');
hmsg=h(2);
hi=h(5);
hlimbox=h(14);
nm=get(gcbo,'label');
httl=get(gca,'title'); ttl=get(httl,'string');
seis=g
www.eeworm.com/read/259633/4339638
bas thread.bas
Attribute VB_Name = "Thread"
Option Explicit
Public HandleofForm1 As Long
Private Const GWL_WNDPROC = -4
Public Const GWL_USERDATA = (-21)
Public Const WM_USER = &H400
' Windows (Constant, D
www.eeworm.com/read/259633/4339642
bas thread.bas
Attribute VB_Name = "Thread"
Option Explicit
Public HandleofForm1 As Long
Private Const GWL_WNDPROC = -4
Public Const GWL_USERDATA = (-21)
Public Const WM_USER = &H400
' Windows (Constant, D
www.eeworm.com/read/414412/11112899
cpp logindlg.cpp
// LoginDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Login.h"
#include "LoginDlg.h"
#include "UserData.h"
#include "MD5.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef T
www.eeworm.com/read/275217/10828370
m savelog.m
% Saves results in log file
global VaR VaRhist HOLDING CI
% Read fields
ui_handles = get(gcf,'UserData');
ticker = get(ui_handles(1),'String');
lb = str2num(get(ui_handles(2),'String'));
hb
www.eeworm.com/read/148608/12448099
c common.c
#include "common.h"
BIO *bio_err=0;
static char *pass;
static int password_cb(char *buf,int num,int rwflag,void *userdata);
static void sigpipe_handle(int x);
/* A simple error and exit routine*/
in