Skip to content

Instantly share code, notes, and snippets.

@zdi-team
Created June 7, 2022 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zdi-team/9bfdd64008d41438746b2d6b933bb289 to your computer and use it in GitHub Desktop.
Save zdi-team/9bfdd64008d41438746b2d6b933bb289 to your computer and use it in GitHub Desktop.
Procedure Name Caller Synchronous/Asynchronous
--------- -------------- ----- --------------------
0 NLM_NULL Client Synchronous
1 NLM_TEST Client Synchronous
2 NLM_LOCK Client Synchronous
3 NLM_CANCEL Client Synchronous
4 NLM_UNLOCK Client Synchronous
5 NLM_GRANTED Server Synchronous
6 NLM_TEST_MSG Client Asynchronous
7 NLM_LOCK_MSG Client Asynchronous
8 NLM_CANCEL_MSG Client Asynchronous
9 NLM_UNLOCK_MSG Client Asynchronous
10 NLM_GRANTED_MSG Server Asynchronous
11 NLM_TEST_RES Server Asynchronous
12 NLM_LOCK_RES Server Asynchronous
13 NLM_CANCEL_RES Server Asynchronous
14 NLM_UNLOCK_RES Server Asynchronous
15 NLM_GRANTED_RES Client Asynchronous
20 NLM_SHARE Client Synchronous
21 NLM_UNSHARE Client Synchronous
22 NLM_NM_LOCK Client Synchronous
23 NLM_FREE_ALL Client Synchronous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment