Você está na página 1de 8

Alphabetical List of Library Routines - Cobol Micro Focus (NetExpress).

------------------------------------------
Texto original:
CBL_ABORT_RUN_UNIT Abort the current run-unit irrespective of the state of exist
ing threads
CBL_ALLOC_DYN_MEM Allocate thread-storage or thread-specific heap memory
CBL_ALLOC_MEM Dynamic memory allocation
CBL_ALLOC_SHMEM Allocate thread-storage or thread-specific heap memory
CBL_ALLOC_THREAD_MEM Allocate thread-storage or thread-specific heap memory
CBL_AND Logical AND
CBL_CANCEL_PROC Control program cancel-routines
CBL_CHANGE_DIR Change the current directory
CBL_CHECK_FILE_EXIST Check if file exists
CBL_CLEAR_SCR Clear screen
CBL_CLOSE_FILE Close byte-stream file
CBL_CLOSE_VFILE Close heap
CBL_COPY_FILE Copy file
CBL_CREATE_DIR Create directory
CBL_CREATE_FILE Create byte-stream file
CBL_DEBUGBREAK Start a debugger
CBL_DELETE_DIR Delete directory
CBL_DELETE_FILE Delete file
CBL_EQ Logical EQuivalence
CBL_ERROR_PROC Register error procedures
CBL_EVENT_CLEAR Clear the specified event
CBL_EVENT_CLOSE Close the supplied event handle
CBL_EVENT_OPEN_INTRA Create an intra-process event
CBL_EVENT_POST Post the specified event
CBL_EVENT_WAIT Wait for the event to be posted
CBL_EXEC_RUN_UNIT Create run-unit
CBL_EXIT_PROC Register closedown procedure
CBL_FILENAME_CONVERT Convert a filename between space-terminated and null-termin
ated format
CBL_FILENAME_MAX_LENGTH Return the maximum size of the filename that can be hand
led by the operating system
CBL_FLUSH_FILE Flush byte-stream file buffers to disk
CBL_FREE_DYN_MEM Free memory allocated by CBL_ALLOC_DYN_MEM
CBL_FREE_MEM Free memory allocated by CBL_ALLOC_MEM
CBL_FREE_RECORD_LOCK Release a record lock on a file
CBL_FREE_SHMEM Free memory allocated by CBL_ALLOC_SHMEM
CBL_FREE_THREAD_MEM Free memory allocated by CBL_ALLOC_THREAD_MEM
CBL_GET_CSR_POS Get cursor position
CBL_GET_CURRENT_DIR Return the current directory
CBL_GET_EXIT_INFO Determine circumstances of exit-procedure invocation
CBL_GET_KBD_STATUS Test for character at keyboard
CBL_GET_MOUSE_MASK Get mouse event mask
CBL_GET_MOUSE_POSITION Get mouse screen coordinates
CBL_GET_MOUSE_STATUS Get number of events in queue
CBL_GET_OS_INFO Get operating system information
CBL_GET_PROGRAM_INFO Return information for a named program, or a program in the
current call stack.
CBL_GET_RECORD_LOCK Release a record lock on a file
CBL_GET_SCR_GRAPHICS Get graphics characters
CBL_GET_SCR_LINE_DRAW Get line drawing characters
CBL_GET_SCR_SIZE Get screen size
CBL_GET_SHMEM_PTR Read named value
CBL_HIDE_MOUSE Hide mouse pointer
CBL_IMP Logical IMPlies
CBL_INIT_MOUSE Initialize mouse support
CBL_JOIN_FILENAME Join part of filename
CBL_LOCATE_FILE Locate file/Expand path
CBL_MONITOR_BROWSE Acquire browse capability for a thread
CBL_MONITOR_BROWSE_TO_READ Convert browse capability to read capability
CBL_MONITOR_BROWSE_TO_WRITE Convert browse capability to write capability
CBL_MONITOR_CLOSE Close the supplied monitor handle
CBL_MONITOR_OPEN_INTRA Create a monitor
CBL_MONITOR_READ Acquire read capability
CBL_MONITOR_RELEASE Release lock applied to the specified monitor
CBL_MONITOR_UNBROWSE Release browse capability
CBL_MONITOR_UNREAD Release read capability
CBL_MONITOR_UNWRITE Release write capability
CBL_MONITOR_WRITE Acquire write capability
CBL_MONITOR_WRITE_TO_BROWSE Convert monitor write capability to browse
CBL_MUTEX_ACQUIRE Acquire a mutex
CBL_MUTEX_CLOSE Close the specified mutex
CBL_MUTEX_OPEN_INTRA Create an intra-process mutex
CBL_MUTEX_RELEASE Release the specified mutex
CBL_NLS_CLOSE_MSG_FILE Close message file
CBL_NLS_COMPARE Compare two strings
CBL_NLS_INFO Get or set national language information
CBL_NLS_OPEN_MSG_FILE Open message file
CBL_NLS_READ_MSG Read message from message file
CBL_NOT Logical NOT
CBL_OPEN_FILE Open byte-stream file
CBL_OPEN_VFILE Open heap
CBL_OR Logical OR
CBL_PUT_SHMEM_PTR Create/update named value
CBL_READ_FILE Read byte-stream file
CBL_READ_KBD_CHAR Read character from keyboard (no echo)
CBL_READ_MOUSE_EVENT Read mouse event queue
CBL_READ_SCR_ATTRS Read attribute string
CBL_READ_SCR_CHARS Read character string
CBL_READ_SCR_CHATTRS Read character and attribute strings
CBL_READ_VFILE Read from heap
CBL_RENAME_FILE Rename file
CBL_SCR_ALLOCATE_COLOR Allocate color for RGB value
CBL_SCR_ALLOCATE_VC_COLOR Allocate color in virtual colormap
CBL_SCR_CREATE_VC Create virtual colormap
CBL_SCR_DESTROY_VC Destroy virtual colormap
CBL_SCR_GET_ATTR_INFO Get attribute information
CBL_SCR_GET_ATTRIBUTES Get attribute value
CBL_SCR_NAME_TO_RGB Convert color name to RGB value
CBL_SCR_QUERY_COLORMAP Query colormap entry
CBL_SCR_RESTORE_ATTRIBUTES Restore attribute table
CBL_SCR_SAVE_ATTRIBUTES Save attribute table
CBL_SCR_SET_ATTRIBUTES Set attribute value
CBL_SCR_SET_PC_ATTRIBUTES Set up IBM-PC attribute palette
CBL_SEMAPHORE_ACQUIRE Acquire one of the resources represented by the semaphore
CBL_SEMAPHORE_CLOSE Close a semaphore
CBL_SEMAPHORE_OPEN_INTRA Open an intra-process semaphore
CBL_SEMAPHORE_RELEASE Release one of the resources represented by the semaphore
CBL_SET_CSR_POS Set cursor position
CBL_SET_MOUSE_MASK Set mouse event mask
CBL_SHOW_MOUSE Draw mouse pointer
CBL_SPLIT_FILENAME Divide filename into parts
CBL_SUBSYSTEM Declare/deallocate subsystems
CBL_SWAP_SCR_CHATTRS Swap character and attribute
CBL_TERM_MOUSE Terminate mouse support
CBL_TEST_RECORD_LOCK Obtain a record lock on a file
CBL_THREAD_CREATE Create a thread
CBL_THREAD_CREATE_P Create a thread from a procedure pointer
CBL_THREAD_DETACH Detach a non-detached thread
CBL_THREAD_EXIT Terminate the current thread
CBL_THREAD_IDDATA_ALLOC Allocate an id-data area for a thread
CBL_THREAD_IDDATA_GET Get a pointer to an id-data area
CBL_THREAD_KILL Kill a thread
CBL_THREAD_LIST_END End thread-list processing
CBL_THREAD_LIST_NEXT Get next thread in thread-list
CBL_THREAD_LIST_START Start thread-list processing
CBL_THREAD_LOCK Lock functions of thread-handling routines
CBL_THREAD_PROG_LOCK Lock a thread
CBL_THREAD_PROG_UNLOCK Unlock a thread
CBL_THREAD_RESUME Resume a suspended thread
CBL_THREAD_SELF Store the thread identifier of a thread
CBL_THREAD_SLEEP Cause a thread to relinquish control of the CPU
CBL_THREAD_SUSPEND Suspend a thread
CBL_THREAD_UNLOCK Unlock locked thread-handling routines
CBL_THREAD_WAIT Wait for a non-detached thread to complete
CBL_THREAD_YIELD Yield a thread's timeslice
CBL_TOLOWER Convert a string to lower case
CBL_TOUPPER Convert a string to upper case
CBL_TSTORE_CLOSE Deallocate thread-storage area
CBL_TSTORE_CREATE Create a thread-storage area
CBL_TSTORE_GET Get a pointer to a thread-storage area
CBL_WRITE_FILE Write byte-stream file
CBL_WRITE_SCR_ATTRS Write attribute string
CBL_WRITE_SCR_CHARS Write character string
CBL_WRITE_SCR_CHARS_ATTR Write character string with attribute
CBL_WRITE_SCR_CHATTRS Write character and attribute strings
CBL_WRITE_SCR_N_ATTR Repeat write attribute
CBL_WRITE_SCR_N_CHAR Repeat write character
CBL_WRITE_SCR_N_CHATTR Repeat write character and attributes
CBL_WRITE_SCR_TTY Write characters TTY-style
CBL_WRITE_VFILE Write to heap
CBL_XOR Logical eXclusive OR
CBL_YIELD_RUN_UNIT Yield the current run-unit
MF_STATE_ALLOCATE Allocate a client identifier
MF_CLIENT_STATE_DELETE Delete client information
MF_CLIENT_STATE_EXPIRY Return a date string for use in the cookie expiry field.
MF_CLIENT_STATE_FILE Specify a file to store state information in
MF_CLIENT_STATE_PURGE Delete client information when date criteria are met
MF_CLIENT_STATE_RESTORE Restore a previously saved or allocated record
MF_CLIENT_STATE_SAVE Update the information in the state file
PC_FIND_DRIVES Find valid drives
PC_PRINT_FILE Print a file
PC_PRINTER_CLOSE Close a printer channel
PC_PRINTER_CONTROL Send a printer command to a printer
PC_PRINTER_DEFAULT_FONT Set the default font for all PC_PRINTER_ routines.
PC_PRINTER_DEFAULT_NAME Set the default printer for all PC_PRINTER_ routines.
PC_PRINTER_DEFAULT_PROPERT Set one or more of the properties of the default prin
ter for all PC_PRINTER_ routines.
PC_PRINTER_FREE_BMP Free bitmap from memory
PC_PRINTER_GET_COLOR Set printer color
PC_PRINTER_GET_FONT Set printer font
PC_PRINTER_INFO Get printer information
PC_PRINTER_LOAD_BMP Load bitmap into memory
PC_PRINTER_OPEN Open a printer channel
PC_PRINTER_REDIRECTION_PROC Register a user function to be called when a program
uses OPEN OUTPUT syntax.
PC_PRINTER_SET_COLOR Set printer color
PC_PRINTER_SET_DEFAULT Set a process-wide default printer
PC_PRINTER_SET_FONT Set printer font
PC_PRINTER_WRITE Write text to a printer
PC_PRINTER_WRITE_BMP Write bitmap to a printer
PC_READ_DRIVE Read current drive
PC_SET_DRIVE Set current drive
PC_WIN_CHAR_TO_OEM Translate a buffer of of ANSI characters into the OEM charact
er set.
PC_WIN_INIT Initialize Win32 API program
PC_WIN_OEM_TO_CHAR Translate a buffer of of OEM characters into the ANSI charact
er set.
X"91" function 11 Set programmable switches
X"91" function 12 Read programmable switches
X"91" function 13 Set Run-time switches
X"91" function 14 Read Run-time switches
X"91" function 15 Check program exists
X"91" function 16 Count linkage parameters
X"91" function 35 Execute a program
X"91" function 46 Enable null insertion
X"91" function 47 Disable null insertion
X"91" function 48 Enable tab insertion
X"91" function 49 Disable tab insertion
X"91" function 69 Scan directory
X"A7" functions 6/7 User attribute
X"A7" function 16 Turn user attribute on/off
X"A7" function 17 Set cursor type
X"A7" function 18 Make console I/O redirectable
X"A7" functions 20/21 System attributes
X"A7" function 25 Get screen type
X"AF" function 1 Configure enhanced ACCEPT and DISPLAY syntax
X"AF" function 18 Display character
X"AF" function 22 Sound alarm
X"AF" function 26 Get character
X"B0" function 0 Create function-key table
X"B0" function 2 Test shift-key status
X"B0" function 4 Disable keyboard interrupts
X"E5" Sound bell
X"F4" Pack byte
X"F5" Unpack byte
Lista alfabtica da Biblioteca de Rotinas - Cobol Micro Focus NetExpress).
--------------------------------------------------------------------------------
Traduo precria:
CBL_ABORT_RUN_UNIT Aborte o correr-unidade atual independente do estado de linha
s existentes
CBL_ALLOC_DYN_MEM Aloque linha-armazenamento ou memria de monto linha-especfica
CBL_ALLOC_MEM Alocao de memria dinmica
CBL_ALLOC_SHMEM Aloque linha-armazenamento ou memria de monto linha-especfica
CBL_ALLOC_THREAD_MEM Aloque linha-armazenamento ou memria de monto linha-especfica
CBL_AND Lgico E
CBL_CANCEL_PROC Controle cancelar-rotinas de programa
CBL_CHANGE_DIR Mude o diretrio atual
CBL_CHECK_FILE_EXIST Confira se arquivo existir
CBL_CLEAR_SCR Tela clara
CBL_CLOSE_FILE Arquivo de byte-fluxo fechado
CBL_CLOSE_VFILE Monto fechado
CBL_COPY_FILE Arquivo de cpia
CBL_CREATE_DIR Crie diretrio
CBL_CREATE_FILE Crie arquivo de byte-fluxo
CBL_DEBUGBREAK Comece um depurador
CBL_DELETE_DIR Apague diretrio
CBL_DELETE_FILE Apague arquivo
CBL_EQ Equivalncia lgica
CBL_ERROR_PROC Registre procedimentos de erro
CBL_EVENT_CLEAR Clareie o evento especificado
CBL_EVENT_CLOSE Feche o Controel de evento provido
CBL_EVENT_OPEN_INTRA Crie um evento de intra-processo
CBL_EVENT_POST Poste o evento especificado
CBL_EVENT_WAIT Espere pelo evento a ser postado
CBL_EXEC_RUN_UNIT Crie correr-unidade
CBL_EXIT_PROC Registre procedimento de fechamento
CBL_FILENAME_CONVERT Converta um filename entre espao-terminou e nulo-terminou fo
rmato
CBL_FILENAME_MAX_LENGTH Devolva o tamanho de mximo do filename que pode ser contr
olado pelo sistema operacional
CBL_FLUSH_FILE Rubor byte-fluxo arquivo buffers para disco
CBL_FREE_DYN_MEM Memria livre alocada por CBL_ALLOC_DYN_MEM
CBL_FREE_MEM Memria livre alocada por CBL_ALLOC_MEM
CBL_FREE_RECORD_LOCK Liberte um bloqueado de registro em um arquivo
CBL_FREE_SHMEM Memria livre alocada por CBL_ALLOC_SHMEM
CBL_FREE_THREAD_MEM Memria livre alocada por
CBL_ALLOC_THREAD_MEM
CBL_GET_CSR_POS Receber posio de cursor
CBL_GET_CURRENT_DIR Devolva o diretrio atual
CBL_GET_EXIT_INFO Determine circunstncias de prece de sada-procedimento
CBL_GET_KBD_STATUS Teste para carter a teclado
CBL_GET_MOUSE_MASK Receber mscara de evento de rato
CBL_GET_MOUSE_POSITION Receber coordenadas de tela de rato
CBL_GET_MOUSE_STATUS Receber nmero de eventos em fila
CBL_GET_OS_INFO Receber informaes de sistema operacional
CBL_GET_PROGRAM_INFO Devolva informao para um programa nome, ou um programa na pil
ha de chamada atual.
CBL_GET_RECORD_LOCK Liberte um bloqueado de registro em um arquivo
CBL_GET_SCR_GRAPHICS Receber carter de grficos
CBL_GET_SCR_LINE_DRAW Receber carter de desenho de linha
CBL_GET_SCR_SIZE Receber tamanho de tela
CBL_GET_SHMEM_PTR Leitura nome valor
CBL_HIDE_MOUSE Esconda ponteiro de rato
CBL_IMP Logical Insinua
CBL_INIT_MOUSE Inicialize apoio de rato
CBL_JOIN_FILENAME Una parte de filename
CBL_LOCATE_FILE Localize caminho de file/Expand
CBL_MONITOR_BROWSE Adquira folheie capacidade por uma linha
CBL_MONITOR_BROWSE_TO_READ Convertido folheia capacidade para ler capacidade
CBL_MONITOR_BROWSE_TO_WRITE Convertido folheia capacidade para escrever capacida
de
CBL_MONITOR_CLOSE Feche o Controel de monitor provido
CBL_MONITOR_OPEN_INTRA Crie um monitor
CBL_MONITOR_READ Adquira capacidade lida
CBL_MONITOR_RELEASE Liberte bloqueado aplicado ao monitor especificado
CBL_MONITOR_UNBROWSE Liberte folheie capacidade
CBL_MONITOR_UNREAD Liberte lido capacidade
CBL_MONITOR_UNWRITE Liberte escreva capacidade
CBL_MONITOR_WRITE Adquira escreva capacidade
CBL_MONITOR_WRITE_TO_BROWSE Converta monitor escreva capacidade para folhear
CBL_MUTEX_ACQUIRE Adquira um mutex
CBL_MUTEX_CLOSE Feche o mutex especificado
CBL_MUTEX_OPEN_INTRA Crie um mutex de intra-processo
CBL_MUTEX_RELEASE Liberte o mutex especificado
CBL_NLS_CLOSE_MSG_FILE Arquivo de mensagem fechado
CBL_NLS_COMPARE Compare dois strings
CBL_NLS_INFO Receber ou sete informao de idioma nacional
CBL_NLS_OPEN_MSG_FILE Arquivo de mensagem aberto
CBL_NLS_READ_MSG Mensagem lida de arquivo de mensagem
CBL_NOT Lgico NO
CBL_OPEN_FILE Arquivo de byte-fluxo aberto
CBL_OPEN_VFILE Monto aberto
CBL_OR Lgico OU
CBL_PUT_SHMEM_PTR Create/update nome valor
CBL_READ_FILE Leia arquivo de byte-fluxo
CBL_READ_KBD_CHAR Carter lido de teclado (nenhum eco)
CBL_READ_MOUSE_EVENT Fila de evento de rato lida
CBL_READ_SCR_ATTRS Leia string de atributo
CBL_READ_SCR_CHARS Cadeia de caracteres lida
CBL_READ_SCR_CHATTRS Carter lido e cordas de atributo
CBL_READ_VFILE Leia de monto
CBL_RENAME_FILE Renomeie arquivo
CBL_SCR_ALLOCATE_COLOR Aloque cor para valor de RGB
CBL_SCR_ALLOCATE_VC_COLOR Aloque cor em colormap virtual
CBL_SCR_CREATE_VC Crie colormap virtual
CBL_SCR_DESTROY_VC Destrua colormap virtual
CBL_SCR_GET_ATTR_INFO Receber informaes de atributo
CBL_SCR_GET_ATTRIBUTES Receber valor de atributo
CBL_SCR_NAME_TO_RGB Converta nome de cor a valor de RGB
CBL_SCR_QUERY_COLORMAP Examine entrada de colormap
CBL_SCR_RESTORE_ATTRIBUTES Restabelea tabela de atributo
CBL_SCR_SAVE_ATTRIBUTES Salvo tabela de atributo
CBL_SCR_SET_ATTRIBUTES Sete valor de atributo
CBL_SCR_SET_PC_ATTRIBUTES Monte IBM-PC atributo paleta
CBL_SEMAPHORE_ACQUIRE Adquira um dos recursos representado pelo semforo
CBL_SEMAPHORE_CLOSE Feche um semforo
CBL_SEMAPHORE_OPEN_INTRA Abra um semforo de intra-processo
CBL_SEMAPHORE_RELEASE Liberte um dos recursos representado pelo semforo
CBL_SET_CSR_POS Posio de cursor fixa
CBL_SET_MOUSE_MASK Mscara de evento de rato fixa
CBL_SHOW_MOUSE Puxe ponteiro de rato
CBL_SPLIT_FILENAME Divida filename em partes
CBL_SUBSYSTEM Subsistemas de Declare/deallocate
CBL_SWAP_SCR_CHATTRS Troque carter e atributo
CBL_TERM_MOUSE Termine apoio de rato
CBL_TEST_RECORD_LOCK Obtenha um bloqueado de registro em um arquivo
CBL_THREAD_CREATE Crie uma linha
CBL_THREAD_CREATE_P Crie uma linha de um ponteiro de procedimento
CBL_THREAD_DETACH Separe uma linha non-destacada
CBL_THREAD_EXIT Termine a linha atual
CBL_THREAD_IDDATA_ALLOC Aloque uma rea de id-dados para uma linha
CBL_THREAD_IDDATA_GET Receber um ponteiro a uma rea de id-dados
CBL_THREAD_KILL Mate uma linha
CBL_THREAD_LIST_END Processo de linha-lista de fim
CBL_THREAD_LIST_NEXT Receber prxima linha em linha-lista
CBL_THREAD_LIST_START Processo de linha-lista de comeo
CBL_THREAD_LOCK Funes de bloqueado de linha-controlar rotinas
CBL_THREAD_PROG_LOCK Bloqueie uma linha
CBL_THREAD_PROG_UNLOCK Destranque uma linha
CBL_THREAD_RESUME Retome uma linha suspensa
CBL_THREAD_SELF Armazene o identificador de linha de uma linha
CBL_THREAD_SLEEP Faa uma linha renunciar controle da CPU
CBL_THREAD_SUSPEND Suspenda uma linha
CBL_THREAD_UNLOCK Destranque rotinas de linha-manipulao bloqueadas
CBL_THREAD_WAIT Espere por uma linha non-destacada para completar
CBL_THREAD_YIELD Renda o timeslice de uma linha
CBL_TOLOWER Converta um string para minscula
CBL_TOUPPER Converta um string para maiscula
CBL_TSTORE_CLOSE Deallocate linha-armazenamento rea
CBL_TSTORE_CREATE Crie uma rea de linha-armazenamento
CBL_TSTORE_GET Receber um ponteiro a uma rea de linha-armazenamento
CBL_WRITE_FILE Escreva arquivo de byte-fluxo
CBL_WRITE_SCR_ATTRS Escreva string de atributo
CBL_WRITE_SCR_CHARS Escreva cadeia de caracteres
CBL_WRITE_SCR_CHARS_ATTR Escreva cadeia de caracteres com atributo
CBL_WRITE_SCR_CHATTRS Escreva carter e cordas de atributo
CBL_WRITE_SCR_N_ATTR Repetio escreve atributo
CBL_WRITE_SCR_N_CHAR Repetio escreve carter
CBL_WRITE_SCR_N_CHATTR Repetio escreve carter e atributos
CBL_WRITE_SCR_TTY Escreva TTY-estilo de carter
CBL_WRITE_VFILE Escreva para amontoar
CBL_XOR Lgico exclusivo OU
CBL_YIELD_RUN_UNIT Renda o correr-unidade atual
MF_CLIENT_STATE_ALLOCATE Aloque um identificador de cliente
MF_CLIENT_STATE_DELETE Apague informao de cliente
MF_CLIENT_STATE_EXPIRY Devolva um string de data para uso no campo de expiry de
biscoito.
MF_CLIENT_STATE_FILE Especifique um arquivo para armazenar informao estatal dentro
MF_CLIENT_STATE_PURGE Apague informao de cliente quando data so conhecidos critrios
MF_CLIENT_STATE_RESTORE Restabelea um registro previamente salvo ou alocou
MF_CLIENT_STATE_SAVE Atualize a informao no arquivo estatal
PC_FIND_DRIVES Ache passeios vlidos
PC_PRINT_FILE Imprima um arquivo
PC_PRINTER_CLOSE Feche um canal de impressora
PC_PRINTER_CONTROL Envie um comando de impressora a uma impressora
PC_PRINTER_DEFAULT_FONT Sete a fonte de padro para todas as rotinas de PC_PRINTER
_.
PC_PRINTER_DEFAULT_NAME Sete a impressora padro para todas as rotinas de PC_PRINT
ER_.
PC_PRINTER_DEFAULT_PROPERT Sete um ou mais das propriedades da impressora padro p
ara todas as rotinas de PC_PRINTER_.
PC_PRINTER_FREE_BMP Bitmap livre de memria
PC_PRINTER_GET_COLOR Cor de impressora fixa
PC_PRINTER_GET_FONT Fonte de impressora fixa
PC_PRINTER_INFO Receber informaes de impressora
PC_PRINTER_LOAD_BMP Carregue bitmap em memria
PC_PRINTER_OPEN Abra um canal de impressora
PC_PRINTER_REDIRECTION_PROC Registre uma funo de usurio a ser chamada quando um pro
grama usar sintaxe de PRODUO ABERTA.
PC_PRINTER_SET_COLOR Cor de impressora fixa
PC_PRINTER_SET_DEFAULT Sete uma impressora padro processo-larga
PC_PRINTER_SET_FONT Fonte de impressora fixa
PC_PRINTER_WRITE Escreva texto a uma impressora
PC_PRINTER_WRITE_BMP Escreva bitmap a uma impressora
PC_READ_DRIVE Leia passeio atual
PC_SET_DRIVE Sete passeio atual
PC_WIN_CHAR_TO_OEM Traduza um buffer de de carter de ANSI no conjunto de caracter
es de OEM.
PC_WIN_INIT Inicialize Win32 programa de API
PC_WIN_OEM_TO_CHAR Traduza um buffer de de carter de OEM no conjunto de caractere
s de ANSI.
X"91" function 11 Sete interruptores programveis
X"91" function 12 Leia interruptores programveis
X"91" function 13 Interruptores de Hora marcada
X"91" function 14 Leia interruptores de Correr-tempo
X"91" function 15 Confira programa existe
X"91" function 16 Conte parmetros de acoplamento
X"91" function 35 Execute um programa
X"91" function 46 Habilite insero nula
X"91" function 47 Incapacite insero nula
X"91" function 48 Habilite insero de aba
X"91" function 49 Incapacite insero de aba
X"91" function 69 Esquadrinhe diretrio
X"A7" functions 6/7 Atributo de usurio
X"A7" function 16 Vire on/off de atributo de usurio
X"A7" function 17 Tipo de cursor fixo
X"A7" function 18 Faa para consolo redirectable de I/O
X"A7" functions 20/21 Atributos de sistemas
X"A7" function 25 Receber tipo de tela
X"AF" function 1 Configure aumentado ACEITE e EXIBA sintaxe
X"AF" function 18 Caractere de visualizao
X"AF" function 22 Alarme so
X"AF" function 26 Receber carter
X"B0" function 0 Crie tabela de funo-chave
X"B0" function 2 Estado de trocar-chave de teste
X"B0" function 4 Incapacite interrupes de teclado
X"E5" Sino so
X"F4" Empacote byte
X"F5" Desempacote byte
--------------------------------------------------------------------------------
\
Copyright (C) 2000 MERANT International Ltd. All rights reserved.

Você também pode gostar