代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/246742/12706536
c dskspace.c
/*
FSGetFreeDiskSpace()
returns the number of free bytes on a disk drive
*/
#include
DWORD WINAPI FSGetFreeDiskSpace( LPCTSTR lpRootPathName )
{
DWORD SectorsPerClust
www.eeworm.com/read/247605/4475708
cpp testxres.cpp
#include
BOOL
WINAPI
DllMain (HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved)
{
return( TRUE ) ;
}
www.eeworm.com/read/306867/13736761
cpp ip_brocast.cpp
#include
#pragma comment(lib,"WS2_32")
#include
DWORD WINAPI fun1(LPVOID lpParameter);
DWORD WINAPI fun2(LPVOID lpParameter);//定义两个供线程使用的函数
SOCKET s;
SOCKET s1;BOOL bReuse
www.eeworm.com/read/193249/8244185
h des.h
//取得置换表中位标的屏蔽位
void WINAPI GetZhMask(void)
{
int i;
DWORD mask=0x80000000;
for(i=1;i>=1;
}
}
//DES中的IP置换(64bit->64bit)
void WINAPI ZHIP(DWOR
www.eeworm.com/read/446970/7562314
h rename.h
#define IDM_RENAME_TEXT 100
#define IDM_TO_TEXT 101
#define IDM_NEW_NAME_TEXT 102
#define IDM_RENAME_RENAME 103
#define IDM_RENAME_CANCEL 104
#define IDM_RENAME_HELP 105
BOOL WI
www.eeworm.com/read/347029/11705172
h rename.h
#define IDM_RENAME_TEXT 100
#define IDM_TO_TEXT 101
#define IDM_NEW_NAME_TEXT 102
#define IDM_RENAME_RENAME 103
#define IDM_RENAME_CANCEL 104
#define IDM_RENAME_HELP 105
BOOL WI
www.eeworm.com/read/101631/15823196
h rename.h
#define IDM_RENAME_TEXT 100
#define IDM_TO_TEXT 101
#define IDM_NEW_NAME_TEXT 102
#define IDM_RENAME_RENAME 103
#define IDM_RENAME_CANCEL 104
#define IDM_RENAME_HELP 105
BOOL WI
www.eeworm.com/read/100158/15881897
h rename.h
#define IDM_RENAME_TEXT 100
#define IDM_TO_TEXT 101
#define IDM_NEW_NAME_TEXT 102
#define IDM_RENAME_RENAME 103
#define IDM_RENAME_CANCEL 104
#define IDM_RENAME_HELP 105
BOOL WI
www.eeworm.com/read/378606/9222511
h process.h
//Process.h
//----------------------------------------------------------------
#include "tlhelp32.h" //引用ToolHelp32
typedef BOOL (WINAPI * PROCESSWALK)(HANDLE hSnapshot,
LPPROC
www.eeworm.com/read/160977/10466130
cpp mfcexp1_1.cpp
#include
//声明窗口函数原型
LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);
//---------------------------------------------------------------------------------------------
//主函数
int WINAPI