代码搜索:richedit
找到约 1,124 项符合「richedit」的源代码
代码结果 1,124
www.eeworm.com/read/16910/702497
h richedit.h
/*
* RICHEDIT.H
*
* Purpose:
* RICHEDIT v2.0 public definitions. Note that there is additional
* functionality available for v2.0 that is not in the original
* Windows 95 release.
*
www.eeworm.com/read/26953/861452
h richedit.h
/*
* RICHEDIT.H
*
* Purpose:
* RICHEDIT v2.0 public definitions. Note that there is additional
* functionality available for v2.0 that is not in the original
* Windows 95 release.
*
www.eeworm.com/read/460526/1560847
h richedit.h
#ifndef _RICHEDIT_H
#define _RICHEDIT_H
#ifdef __cplusplus
extern "C" {
#endif
#pragma pack(push,4)
#define CF_RTF TEXT("Rich Text Format")
#define CF_RTFNOOBJS TEXT("Rich Text Format Without Objects
www.eeworm.com/read/242732/4542335
c richedit.c
/*
* RichEdit32 functions
*
* This module is a simple wrapper for the RichEdit 2.0 control
*
* Copyright 2000 by Jean-Claude Batista
* Copyright 2005 Mike McCormack
*
* This library i
www.eeworm.com/read/236296/4641452
rc richedit.rc
//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#include
//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#define ICO_MAIN 1000
#define IDA_
www.eeworm.com/read/236296/4641453
asm richedit.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Sample code for < Win32ASM Programming >
; by 罗云彬, http://asm.yeah.net
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
www.eeworm.com/read/236296/4642458
asm richedit.asm
; #########################################################################
.386
.model flat, stdcall ; 32 bit memory model
option casemap :none ; case sensitive
www.eeworm.com/read/236296/4642467
inc richedit.inc
; #########################################################################
; include files
; ~~~~~~~~~~~~~
include \MASM32\INCLUDE\windows.inc
include \MASM32\INCLUDE\masm32
www.eeworm.com/read/229812/4743493
h richedit.h
#ifndef _RICHEDIT_H
#define _RICHEDIT_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#pragma pack(push,4)
#ifdef UNICODE
#define RICHEDIT_CL
www.eeworm.com/read/216802/4884176
h richedit.h
/*
* Copyright (C) 2000 Jean-Claude Batista
* Copyright (C) 2002 Andriy Palamarchuk
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU L