The LLC_DIR_SET_EFLAG_PARMS structure is the DLC parameter table for the LLC_DIR_SET_EXCEPTION_FLAGS command. You pass a pointer to this structure using the pParameterTable member of the CCB_PARMS union.
typedef struct { ULONG ulAdapterCheckFlag; ULONG ulNetworkStatusFlag; ULONG ulPcErrorFlag; ULONG ulSystemActionFlag; } LLC_DIR_SET_EFLAG_PARMS, *PLLC_DIR_SET_EFLAG_PARMS;
The flag members are used to request that information relating to exception events be passed to the application. You should issue this command immediately after issuing the LLC_DIR_OPEN_ADAPTER command if the application is to be notified of any exception conditions. Then issue an LLC_READ command, setting the hCompletionEvent member of the LLC_CCB structure. Whenever an exception occurs, this command will be executed and the event error code will be returned from the protocol driver.
file: /Techref/os/win/api/win32/struc/src/str09_41.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/4 10:57,
3.128.31.24:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/struc/src/str09_41.htm"> LLC_DIR_SET_EFLAG_PARMS</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.