代码搜索:Windows服务
找到约 10,000 项符合「Windows服务」的源代码
代码结果 10,000
www.eeworm.com/read/440060/7695079
pbw windows.pbw
Save Format v3.0(19990112)
@begin Unchecked
@end;
@begin Targets
0 "mywindow.pbt";
@end;
DefaultTarget "mywindow.pbt";
DefaultRemoteTarget "mywindow.pbt";
www.eeworm.com/read/438150/7735295
windows makefile.windows
# Name: Makefile.windows
# Project: AVR-Doper
# Author: Christian Starkjohann
# Creation Date: 2007-11-20
# Tabsize: 4
# Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH
# License: Proprieta
www.eeworm.com/read/436319/7772228
h windows.h
// Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved.
#include
#include
typedef struct _CRITICAL_SECTION
{
int iDummy;
} CRITICAL_SECTION, *LPCRIT
www.eeworm.com/read/436288/7772999
h windows.h
www.eeworm.com/read/198748/7913533
inc windows.inc
;*************************************************************************
;
; WINDOWS.INC - Windows assembly language structures & constants
;
;*********************************************
www.eeworm.com/read/298654/7946609
chm windows.chm
www.eeworm.com/read/198068/7952134
doc windows.doc
www.eeworm.com/read/398381/7991010
txt windows.txt
窗口显示演示程序代码
#include "config.h"
#include "stdlib.h"
#define TaskStkLengh 64 // 定义用户任务 0 的堆栈长度
OS_STK TaskStk[TaskStkLengh];
www.eeworm.com/read/297079/8054570
h windows.h
/*
windows.h - main header file for the Win32 API
Written by Anders Norlander
This file is part of a free library for the Win32 API.
This library is distributed in t
www.eeworm.com/read/196747/8063082